#052E80

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

Shades of Smalt #052E80

Tints of Smalt #052E80

Color information

#052E80 (or 0x052E80) is unknown color: approx Smalt. HEX triplet: 05, 2E and 80. RGB value is (5,46,128). Sum of RGB (Red+Green+Blue) = 5+46+128=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #052E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E80 is #FAD17F. Grayscale: #2A2A2A. Windows color (decimal): -16437632 or 8400389. OLE color: 8400389.

HSL color Cylindrical-coordinate representation of color #052E80: hue angle of 220º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E80 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB546128-
CMYK0.960.6400.50
HSL220º92.48%26.08%-
HSV(B)220º96.09%50.2%-
XYZ4.943.5420.85-
YUV43.09175.92100.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 128 (50.39% from 255) = 71.51%
R=2.79%
G=25.70%
B=71.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5461280.960.6400.5022092.4826.08
Hex52E806040032dc5c1a
Octal55620014010006233413432
Binary1011011101000000011000001000000011001011011100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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