#054368

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

Shades of Prussian Blue #054368

Tints of Prussian Blue #054368

Color information

#054368 (or 0x054368) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 68. RGB value is (5,67,104). Sum of RGB (Red+Green+Blue) = 5+67+104=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #054368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054368 is #FABC97. Grayscale: #343434. Windows color (decimal): -16432280 or 6832901. OLE color: 6832901.

HSL color Cylindrical-coordinate representation of color #054368: hue angle of 202.42º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054368 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB567104-
CMYK0.950.3600.59
HSL202.42º90.83%21.37%-
HSV(B)202.42º95.19%40.78%-
XYZ4.575.0513.83-
YUV52.68156.9693.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 104 (41.02% from 255) = 59.09%
R=2.84%
G=38.07%
B=59.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5671040.950.3600.59202.4290.8321.37
Hex543685F2403Bca5b15
Octal51031501374407331213325
Binary101100001111010001011111100100011101111001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054368; }

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

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

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

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

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

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

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

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