#052B5D

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

Shades of Prussian Blue #052B5D

Tints of Prussian Blue #052B5D

Color information

#052B5D (or 0x052B5D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2B and 5D. RGB value is (5,43,93). Sum of RGB (Red+Green+Blue) = 5+43+93=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #052B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5D is #FAD4A2. Grayscale: #252525. Windows color (decimal): -16438435 or 6105861. OLE color: 6105861.

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

Color convert

RGB54393-
CMYK0.950.5400.64
HSL214.09º89.8%19.22%-
HSV(B)214.09º94.62%36.47%-
XYZ2.92.5510.7-
YUV37.34159.41104.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=3.55%
G=30.50%
B=65.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal543930.950.5400.64214.0989.819.22
Hex52B5D5F36040d65a13
Octal55313513766010032613223
Binary101101011101110110111111101100100000011010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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