#052E5B

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

Shades of Prussian Blue #052E5B

Tints of Prussian Blue #052E5B

Color information

#052E5B (or 0x052E5B) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 5B. RGB value is (5,46,91). Sum of RGB (Red+Green+Blue) = 5+46+91=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #052E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5B is #FAD1A4. Grayscale: #262626. Windows color (decimal): -16437669 or 5975557. OLE color: 5975557.

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

Color convert

RGB54691-
CMYK0.950.4900.64
HSL211.4º89.58%18.82%-
HSV(B)211.4º94.51%35.69%-
XYZ2.932.7410.27-
YUV38.87157.42103.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=3.52%
G=32.39%
B=64.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal546910.950.4900.64211.489.5818.82
Hex52E5B5F31040d35a13
Octal55613313761010032313223
Binary101101110101101110111111100010100000011010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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