#053652

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

Shades of Prussian Blue #053652

Tints of Prussian Blue #053652

Color information

#053652 (or 0x053652) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 52. RGB value is (5,54,82). Sum of RGB (Red+Green+Blue) = 5+54+82=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 82 (32.42% from 255 or 58.16% from 141); Max value from RGB is 82 - color contains mainly: blue. Hex color #053652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053652 is #FAC9AD. Grayscale: #2A2A2A. Windows color (decimal): -16435630 or 5387781. OLE color: 5387781.

HSL color Cylindrical-coordinate representation of color #053652: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053652 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55482-
CMYK0.940.3400.68
HSL201.82º88.51%17.06%-
HSV(B)201.82º93.9%32.16%-
XYZ2.93.288.46-
YUV42.54150.27101.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 82 (32.42% from 255) = 58.16%
R=3.55%
G=38.30%
B=58.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal554820.940.3400.68201.8288.5117.06
Hex536525E22044ca5911
Octal56612213642010431213121
Binary101110110101001010111101000100100010011001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053652; }

 p { color: rgb(5,54,82); }

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

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

 a { background-color: rgb(5,54,82); }

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

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

 span { border-color: rgb(5,54,82); }

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