#054364

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

Shades of Prussian Blue #054364

Tints of Prussian Blue #054364

Color information

#054364 (or 0x054364) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 64. RGB value is (5,67,100). Sum of RGB (Red+Green+Blue) = 5+67+100=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #054364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054364 is #FABC9B. Grayscale: #343434. Windows color (decimal): -16432284 or 6570757. OLE color: 6570757.

HSL color Cylindrical-coordinate representation of color #054364: hue angle of 200.84º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054364 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB567100-
CMYK0.950.3300.61
HSL200.84º90.48%20.59%-
HSV(B)200.84º95%39.22%-
XYZ4.374.9712.78-
YUV52.22154.9694.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 100 (39.45% from 255) = 58.14%
R=2.91%
G=38.95%
B=58.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5671000.950.3300.61200.8490.4820.59
Hex543645F2103Dc95a15
Octal51031441374107531113225
Binary101100001111001001011111100001011110111001001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054364; }

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

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

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

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

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

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

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

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