#052C5D

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

Shades of Prussian Blue #052C5D

Tints of Prussian Blue #052C5D

Color information

#052C5D (or 0x052C5D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2C and 5D. RGB value is (5,44,93). Sum of RGB (Red+Green+Blue) = 5+44+93=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #052C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C5D is #FAD3A2. Grayscale: #252525. Windows color (decimal): -16438179 or 6106117. OLE color: 6106117.

HSL color Cylindrical-coordinate representation of color #052C5D: hue angle of 213.41º 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 #052C5D is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB54493-
CMYK0.950.5300.64
HSL213.41º89.8%19.22%-
HSV(B)213.41º94.62%36.47%-
XYZ2.942.6210.71-
YUV37.92159.08104.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=3.52%
G=30.99%
B=65.49%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal544930.950.5300.64213.4189.819.22
Hex52C5D5F35040d55a13
Octal55413513765010032513223
Binary101101100101110110111111101010100000011010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,44,93); }

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

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

 a { background-color: rgb(5,44,93); }

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

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

 span { border-color: rgb(5,44,93); }

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