#053956

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

Shades of Prussian Blue #053956

Tints of Prussian Blue #053956

Color information

#053956 (or 0x053956) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 56. RGB value is (5,57,86). Sum of RGB (Red+Green+Blue) = 5+57+86=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #053956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053956 is #FAC6A9. Grayscale: #2C2C2C. Windows color (decimal): -16434858 or 5650693. OLE color: 5650693.

HSL color Cylindrical-coordinate representation of color #053956: hue angle of 201.48º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053956 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55786-
CMYK0.940.3400.66
HSL201.48º89.01%17.84%-
HSV(B)201.48º94.19%33.73%-
XYZ3.213.639.34-
YUV44.76151.2799.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=3.38%
G=38.51%
B=58.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal557860.940.3400.66201.4889.0117.84
Hex539565E22042c95912
Octal57112613642010231113122
Binary101111001101011010111101000100100001011001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053956; }

 p { color: rgb(5,57,86); }

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

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

 a { background-color: rgb(5,57,86); }

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

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

 span { border-color: rgb(5,57,86); }

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