#054360

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

Shades of Prussian Blue #054360

Tints of Prussian Blue #054360

Color information

#054360 (or 0x054360) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 60. RGB value is (5,67,96). Sum of RGB (Red+Green+Blue) = 5+67+96=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #054360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054360 is #FABC9F. Grayscale: #333333. Windows color (decimal): -16432288 or 6308613. OLE color: 6308613.

HSL color Cylindrical-coordinate representation of color #054360: hue angle of 199.12º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054360 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB56796-
CMYK0.950.3000.62
HSL199.12º90.1%19.8%-
HSV(B)199.12º94.79%37.65%-
XYZ4.184.8911.79-
YUV51.77152.9694.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=2.98%
G=39.88%
B=57.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal567960.950.3000.62199.1290.119.8
Hex543605F1E03Ec75a14
Octal51031401373607630713224
Binary10110000111100000101111111110011111011000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054360; }

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

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

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

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

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

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

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

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