#053B66

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

Shades of Prussian Blue #053B66

Tints of Prussian Blue #053B66

Color information

#053B66 (or 0x053B66) is unknown color: approx Prussian Blue. HEX triplet: 05, 3B and 66. RGB value is (5,59,102). Sum of RGB (Red+Green+Blue) = 5+59+102=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #053B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B66 is #FAC499. Grayscale: #2F2F2F. Windows color (decimal): -16434330 or 6699781. OLE color: 6699781.

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

Color convert

RGB559102-
CMYK0.950.4200.6
HSL206.6º90.65%20.98%-
HSV(B)206.6º95.1%40%-
XYZ4.024.1213.15-
YUV47.76158.6197.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=3.01%
G=35.54%
B=61.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5591020.950.4200.6206.690.6520.98
Hex53B665F2A03Ccf5b15
Octal5731461375207431713325
Binary10111101111001101011111101010011110011001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053B66; }

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

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

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

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

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

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

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

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