#053CA0

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

Shades of Smalt #053CA0

Tints of Smalt #053CA0

Color information

#053CA0 (or 0x053CA0) is unknown color: approx Smalt. HEX triplet: 05, 3C and A0. RGB value is (5,60,160). Sum of RGB (Red+Green+Blue) = 5+60+160=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 160 (62.89% from 255 or 71.11% from 225); Max value from RGB is 160 - color contains mainly: blue. Hex color #053CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CA0 is #FAC35F. Grayscale: #363636. Windows color (decimal): -16434016 or 10501125. OLE color: 10501125.

HSL color Cylindrical-coordinate representation of color #053CA0: hue angle of 218.71º 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 #053CA0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB560160-
CMYK0.970.6200.37
HSL218.71º93.94%32.35%-
HSV(B)218.71º96.88%62.75%-
XYZ8.025.833.95-
YUV54.96187.2892.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 160 (62.89% from 255) = 71.11%
R=2.22%
G=26.67%
B=71.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5601600.970.6200.37218.7193.9432.35
Hex53CA0613E025db5e20
Octal5742401417604533313640
Binary1011111001010000011000011111100100101110110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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