#052693

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

Shades of Smalt #052693

Tints of Smalt #052693

Color information

#052693 (or 0x052693) is unknown color: approx Smalt. HEX triplet: 05, 26 and 93. RGB value is (5,38,147). Sum of RGB (Red+Green+Blue) = 5+38+147=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #052693 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052693 is #FAD96C. Grayscale: #282828. Windows color (decimal): -16439661 or 9643525. OLE color: 9643525.

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

Color convert

RGB538147-
CMYK0.970.7400.42
HSL226.06º93.42%29.8%-
HSV(B)226.06º96.6%57.65%-
XYZ6.023.5327.97-
YUV40.56188.07102.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 77.37%
R=2.63%
G=20%
B=77.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5381470.970.7400.42226.0693.4229.8
Hex52693614A02Ae25d1e
Octal54622314111205234213536
Binary1011001101001001111000011001010010101011100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052693; }

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

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

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

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

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

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

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

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