#053D70

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

Shades of Prussian Blue #053D70

Tints of Prussian Blue #053D70

Color information

#053D70 (or 0x053D70) is unknown color: approx Prussian Blue. HEX triplet: 05, 3D and 70. RGB value is (5,61,112). Sum of RGB (Red+Green+Blue) = 5+61+112=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #053D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D70 is #FAC28F. Grayscale: #313131. Windows color (decimal): -16433808 or 7355653. OLE color: 7355653.

HSL color Cylindrical-coordinate representation of color #053D70: hue angle of 208.6º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053D70 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB561112-
CMYK0.960.4600.56
HSL208.6º91.45%22.94%-
HSV(B)208.6º95.54%43.92%-
XYZ4.664.5415.96-
YUV50.07162.9595.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 112 (44.14% from 255) = 62.92%
R=2.81%
G=34.27%
B=62.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5611120.960.4600.56208.691.4522.94
Hex53D70602E038d15b17
Octal5751601405607032113327
Binary10111110111100001100000101110011100011010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053D70; }

 p { color: rgb(5,61,112); }

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

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

 a { background-color: rgb(5,61,112); }

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

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

 span { border-color: rgb(5,61,112); }

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