#052D91

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

Shades of Smalt #052D91

Tints of Smalt #052D91

Color information

#052D91 (or 0x052D91) is unknown color: approx Smalt. HEX triplet: 05, 2D and 91. RGB value is (5,45,145). Sum of RGB (Red+Green+Blue) = 5+45+145=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #052D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D91 is #FAD26E. Grayscale: #2C2C2C. Windows color (decimal): -16437871 or 9514245. OLE color: 9514245.

HSL color Cylindrical-coordinate representation of color #052D91: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052D91 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB545145-
CMYK0.970.6900.43
HSL222.86º93.33%29.41%-
HSV(B)222.86º96.55%56.86%-
XYZ6.113.9527.23-
YUV44.44184.7599.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 145 (57.03% from 255) = 74.36%
R=2.56%
G=23.08%
B=74.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5451450.970.6900.43222.8693.3329.41
Hex52D91614502Bdf5d1d
Octal55522114110505333713535
Binary1011011011001000111000011000101010101111011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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