#053567

Color #053567 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #053567

Tints of Prussian Blue #053567

Color information

#053567 (or 0x053567) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 67. RGB value is (5,53,103). Sum of RGB (Red+Green+Blue) = 5+53+103=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #053567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053567 is #FACA98. Grayscale: #2C2C2C. Windows color (decimal): -16435865 or 6763781. OLE color: 6763781.

HSL color Cylindrical-coordinate representation of color #053567: hue angle of 210.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053567 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB553103-
CMYK0.950.4900.60
HSL210.61º90.74%21.18%-
HSV(B)210.61º95.15%40.39%-
XYZ3.783.5613.32-
YUV44.35161.199.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 103 (40.62% from 255) = 63.98%
R=3.11%
G=32.92%
B=63.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5531030.950.4900.60210.6190.7421.18
Hex535675F3103Cd35b15
Octal5651471376107432313325
Binary10111010111001111011111110001011110011010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053567; }

 p { color: rgb(5,53,103); }

 H1.HeaderClassName
 {
   color: #053567;
 }
 .AnyTagClassName
 {
   color: #053567;
 }
</style>
background-color css

<style>
 a { background-color: #053567; }

 a { background-color: rgb(5,53,103); }

 div.DivClassName
 {
   background-color: #053567;
 }
 .BgClassName
 {
   background-color: #053567;
 }
</style>
border-color css

<style>
 span { border-color: #053567; }

 span { border-color: rgb(5,53,103); }

 td.TdClassName
 {
   border-color: #053567;
 }
 .TagClassName
 {
   border-color: #053567;
 }
</style>