#052D50

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

Shades of Prussian Blue #052D50

Tints of Prussian Blue #052D50

Color information

#052D50 (or 0x052D50) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 50. RGB value is (5,45,80). Sum of RGB (Red+Green+Blue) = 5+45+80=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #052D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D50 is #FAD2AF. Grayscale: #242424. Windows color (decimal): -16437936 or 5254405. OLE color: 5254405.

HSL color Cylindrical-coordinate representation of color #052D50: hue angle of 208º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D50 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB54580-
CMYK0.940.4400.69
HSL208º88.24%16.67%-
HSV(B)208º93.75%31.37%-
XYZ2.452.497.94-
YUV37.03152.25105.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 80 (31.64% from 255) = 61.54%
R=3.85%
G=34.62%
B=61.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal545800.940.4400.6920888.2416.67
Hex52D505E2C045d05811
Octal55512013654010532013021
Binary101101101101000010111101011000100010111010000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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