#054366

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

Shades of Prussian Blue #054366

Tints of Prussian Blue #054366

Color information

#054366 (or 0x054366) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 66. RGB value is (5,67,102). Sum of RGB (Red+Green+Blue) = 5+67+102=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #054366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054366 is #FABC99. Grayscale: #343434. Windows color (decimal): -16432282 or 6701829. OLE color: 6701829.

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

Color convert

RGB567102-
CMYK0.950.3400.6
HSL201.65º90.65%20.98%-
HSV(B)201.65º95.1%40%-
XYZ4.475.0113.3-
YUV52.45155.9694.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 102 (40.23% from 255) = 58.62%
R=2.87%
G=38.51%
B=58.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5671020.950.3400.6201.6590.6520.98
Hex543665F2203Cca5b15
Octal51031461374207431213325
Binary101100001111001101011111100010011110011001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054366; }

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

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

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

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

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

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

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

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