#052E93

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

Shades of Smalt #052E93

Tints of Smalt #052E93

Color information

#052E93 (or 0x052E93) is unknown color: approx Smalt. HEX triplet: 05, 2E and 93. RGB value is (5,46,147). Sum of RGB (Red+Green+Blue) = 5+46+147=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #052E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E93 is #FAD16C. Grayscale: #2C2C2C. Windows color (decimal): -16437613 or 9645573. OLE color: 9645573.

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

Color convert

RGB546147-
CMYK0.970.6900.42
HSL222.68º93.42%29.8%-
HSV(B)222.68º96.6%57.65%-
XYZ6.314.0928.06-
YUV45.26185.4299.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=2.53%
G=23.23%
B=74.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5461470.970.6900.42222.6893.4229.8
Hex52E93614502Adf5d1e
Octal55622314110505233713536
Binary1011011101001001111000011000101010101011011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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