#053872

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

Shades of Prussian Blue #053872

Tints of Prussian Blue #053872

Color information

#053872 (or 0x053872) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 72. RGB value is (5,56,114). Sum of RGB (Red+Green+Blue) = 5+56+114=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #053872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053872 is #FAC78D. Grayscale: #2F2F2F. Windows color (decimal): -16435086 or 7485445. OLE color: 7485445.

HSL color Cylindrical-coordinate representation of color #053872: hue angle of 211.93º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053872 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB556114-
CMYK0.960.5100.55
HSL211.93º91.6%23.33%-
HSV(B)211.93º95.61%44.71%-
XYZ4.514.0816.47-
YUV47.36165.697.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 56 (22.27% from 255) = 32%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=2.86%
G=32%
B=65.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5561140.960.5100.55211.9391.623.33
Hex538726033037d45c17
Octal5701621406306732413427
Binary10111100011100101100000110011011011111010100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053872; }

 p { color: rgb(5,56,114); }

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

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

 a { background-color: rgb(5,56,114); }

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

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

 span { border-color: rgb(5,56,114); }

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