#054560

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

Shades of Prussian Blue #054560

Tints of Prussian Blue #054560

Color information

#054560 (or 0x054560) is unknown color: approx Prussian Blue. HEX triplet: 05, 45 and 60. RGB value is (5,69,96). Sum of RGB (Red+Green+Blue) = 5+69+96=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #054560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054560 is #FABA9F. Grayscale: #343434. Windows color (decimal): -16431776 or 6309125. OLE color: 6309125.

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

Color convert

RGB56996-
CMYK0.950.2800.62
HSL197.8º90.1%19.8%-
HSV(B)197.8º94.79%37.65%-
XYZ4.35.1311.83-
YUV52.94152.393.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=2.94%
G=40.59%
B=56.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569960.950.2800.62197.890.119.8
Hex545605F1C03Ec65a14
Octal51051401373407630613224
Binary10110001011100000101111111100011111011000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054560; }

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

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

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

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

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

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

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

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