#052D5B

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

Shades of Prussian Blue #052D5B

Tints of Prussian Blue #052D5B

Color information

#052D5B (or 0x052D5B) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 5B. RGB value is (5,45,91). Sum of RGB (Red+Green+Blue) = 5+45+91=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #052D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D5B is #FAD2A4. Grayscale: #262626. Windows color (decimal): -16437925 or 5975301. OLE color: 5975301.

HSL color Cylindrical-coordinate representation of color #052D5B: hue angle of 212.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052D5B is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54591-
CMYK0.950.5100.64
HSL212.09º89.58%18.82%-
HSV(B)212.09º94.51%35.69%-
XYZ2.892.6610.26-
YUV38.28157.75104.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=3.55%
G=31.91%
B=64.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal545910.950.5100.64212.0989.5818.82
Hex52D5B5F33040d45a13
Octal55513313763010032413223
Binary101101101101101110111111100110100000011010100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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