#052B5A

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

Shades of Prussian Blue #052B5A

Tints of Prussian Blue #052B5A

Color information

#052B5A (or 0x052B5A) is unknown color: approx Prussian Blue. HEX triplet: 05, 2B and 5A. RGB value is (5,43,90). Sum of RGB (Red+Green+Blue) = 5+43+90=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #052B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B5A is #FAD4A5. Grayscale: #242424. Windows color (decimal): -16438438 or 5909253. OLE color: 5909253.

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

Color convert

RGB54390-
CMYK0.940.5200.65
HSL213.18º89.47%18.63%-
HSV(B)213.18º94.44%35.29%-
XYZ2.772.510.01-
YUV37157.91105.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=3.62%
G=31.16%
B=65.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal543900.940.5200.65213.1889.4718.63
Hex52B5A5E34041d55913
Octal55313213664010132513123
Binary101101011101101010111101101000100000111010101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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