#053A96

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

Shades of Smalt #053A96

Tints of Smalt #053A96

Color information

#053A96 (or 0x053A96) is unknown color: approx Smalt. HEX triplet: 05, 3A and 96. RGB value is (5,58,150). Sum of RGB (Red+Green+Blue) = 5+58+150=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #053A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A96 is #FAC569. Grayscale: #343434. Windows color (decimal): -16434538 or 9845253. OLE color: 9845253.

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

Color convert

RGB558150-
CMYK0.970.6100.41
HSL218.07º93.55%30.39%-
HSV(B)218.07º96.67%58.82%-
XYZ7.085.2629.5-
YUV52.64182.9494.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 58 (23.05% from 255) = 27.23%
BLUE value IS 150 (58.98% from 255) = 70.42%
R=2.35%
G=27.23%
B=70.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5581500.970.6100.41218.0793.5530.39
Hex53A96613D029da5e1e
Octal5722261417505133213636
Binary101111010100101101100001111101010100111011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,58,150); }

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

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

 a { background-color: rgb(5,58,150); }

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

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

 span { border-color: rgb(5,58,150); }

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