#053966

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

Shades of Prussian Blue #053966

Tints of Prussian Blue #053966

Color information

#053966 (or 0x053966) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 66. RGB value is (5,57,102). Sum of RGB (Red+Green+Blue) = 5+57+102=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #053966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053966 is #FAC699. Grayscale: #2E2E2E. Windows color (decimal): -16434842 or 6699269. OLE color: 6699269.

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

Color convert

RGB557102-
CMYK0.950.4400.6
HSL207.84º90.65%20.98%-
HSV(B)207.84º95.1%40%-
XYZ3.923.9213.12-
YUV46.58159.2798.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 102 (40.23% from 255) = 62.20%
R=3.05%
G=34.76%
B=62.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5571020.950.4400.6207.8490.6520.98
Hex539665F2C03Cd05b15
Octal5711461375407432013325
Binary10111100111001101011111101100011110011010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053966; }

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

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

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

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

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

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

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

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