#053AA0

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

Shades of Smalt #053AA0

Tints of Smalt #053AA0

Color information

#053AA0 (or 0x053AA0) is unknown color: approx Smalt. HEX triplet: 05, 3A and A0. RGB value is (5,58,160). Sum of RGB (Red+Green+Blue) = 5+58+160=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 160 (62.89% from 255 or 71.75% from 223); Max value from RGB is 160 - color contains mainly: blue. Hex color #053AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053AA0 is #FAC55F. Grayscale: #353535. Windows color (decimal): -16434528 or 10500613. OLE color: 10500613.

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

Color convert

RGB558160-
CMYK0.970.6400.37
HSL219.48º93.94%32.35%-
HSV(B)219.48º96.88%62.75%-
XYZ7.925.633.92-
YUV53.78187.9493.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 160 (62.89% from 255) = 71.75%
R=2.24%
G=26.01%
B=71.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5581600.970.6400.37219.4893.9432.35
Hex53AA06140025db5e20
Octal57224014110004533313640
Binary10111101010100000110000110000000100101110110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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