#053D9E

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

Shades of Smalt #053D9E

Tints of Smalt #053D9E

Color information

#053D9E (or 0x053D9E) is unknown color: approx Smalt. HEX triplet: 05, 3D and 9E. RGB value is (5,61,158). Sum of RGB (Red+Green+Blue) = 5+61+158=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #053D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D9E is #FAC261. Grayscale: #363636. Windows color (decimal): -16433762 or 10370309. OLE color: 10370309.

HSL color Cylindrical-coordinate representation of color #053D9E: hue angle of 218.04º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053D9E is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB561158-
CMYK0.970.6100.38
HSL218.04º93.87%31.96%-
HSV(B)218.04º96.84%61.96%-
XYZ7.95.8433.06-
YUV55.31185.9592.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 158 (62.11% from 255) = 70.54%
R=2.23%
G=27.23%
B=70.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5611580.970.6100.38218.0493.8731.96
Hex53D9E613D026da5e20
Octal5752361417504633213640
Binary1011111011001111011000011111010100110110110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053D9E; }

 p { color: rgb(5,61,158); }

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

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

 a { background-color: rgb(5,61,158); }

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

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

 span { border-color: rgb(5,61,158); }

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