#053766

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

Shades of Prussian Blue #053766

Tints of Prussian Blue #053766

Color information

#053766 (or 0x053766) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 66. RGB value is (5,55,102). Sum of RGB (Red+Green+Blue) = 5+55+102=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #053766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053766 is #FAC899. Grayscale: #2D2D2D. Windows color (decimal): -16435354 or 6698757. OLE color: 6698757.

HSL color Cylindrical-coordinate representation of color #053766: hue angle of 209.07º 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 #053766 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB555102-
CMYK0.950.4600.6
HSL209.07º90.65%20.98%-
HSV(B)209.07º95.1%40%-
XYZ3.833.7213.09-
YUV45.41159.9499.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=3.09%
G=33.95%
B=62.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5551020.950.4600.6209.0790.6520.98
Hex537665F2E03Cd15b15
Octal5671461375607432113325
Binary10111011111001101011111101110011110011010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053766; }

 p { color: rgb(5,55,102); }

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

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

 a { background-color: rgb(5,55,102); }

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

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

 span { border-color: rgb(5,55,102); }

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