#052093

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

Shades of Smalt #052093

Tints of Smalt #052093

Color information

#052093 (or 0x052093) is unknown color: approx Smalt. HEX triplet: 05, 20 and 93. RGB value is (5,32,147). Sum of RGB (Red+Green+Blue) = 5+32+147=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #052093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052093 is #FADF6C. Grayscale: #242424. Windows color (decimal): -16441197 or 9641989. OLE color: 9641989.

HSL color Cylindrical-coordinate representation of color #052093: hue angle of 228.59º 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 #052093 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB532147-
CMYK0.970.7800.42
HSL228.59º93.42%29.8%-
HSV(B)228.59º96.6%57.65%-
XYZ5.853.1727.91-
YUV37.04190.05105.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.72%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 147 (57.81% from 255) = 79.89%
R=2.72%
G=17.39%
B=79.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5321470.970.7800.42228.5993.4229.8
Hex52093614E02Ae55d1e
Octal54022314111605234513536
Binary1011000001001001111000011001110010101011100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052093; }

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

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

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

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

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

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

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

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