#052D59

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

Shades of Prussian Blue #052D59

Tints of Prussian Blue #052D59

Color information

#052D59 (or 0x052D59) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 59. RGB value is (5,45,89). Sum of RGB (Red+Green+Blue) = 5+45+89=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #052D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D59 is #FAD2A6. Grayscale: #252525. Windows color (decimal): -16437927 or 5844229. OLE color: 5844229.

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

Color convert

RGB54589-
CMYK0.940.4900.65
HSL211.43º89.36%18.43%-
HSV(B)211.43º94.38%34.9%-
XYZ2.82.639.81-
YUV38.06156.75104.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=3.60%
G=32.37%
B=64.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal545890.940.4900.65211.4389.3618.43
Hex52D595E31041d35912
Octal55513113661010132313122
Binary101101101101100110111101100010100000111010011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052D59; }

 p { color: rgb(5,45,89); }

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

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

 a { background-color: rgb(5,45,89); }

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

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

 span { border-color: rgb(5,45,89); }

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