#053CA4

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

Shades of Smalt #053CA4

Tints of Smalt #053CA4

Color information

#053CA4 (or 0x053CA4) is unknown color: approx Smalt. HEX triplet: 05, 3C and A4. RGB value is (5,60,164). Sum of RGB (Red+Green+Blue) = 5+60+164=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #053CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053CA4 is #FAC35B. Grayscale: #363636. Windows color (decimal): -16434012 or 10763269. OLE color: 10763269.

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

Color convert

RGB560164-
CMYK0.970.6300.36
HSL219.25º94.08%33.14%-
HSV(B)219.25º96.95%64.31%-
XYZ8.385.9435.83-
YUV55.41189.2892.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 164 (64.45% from 255) = 71.62%
R=2.18%
G=26.20%
B=71.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5601640.970.6300.36219.2594.0833.14
Hex53CA4613F024db5e21
Octal5742441417704433313641
Binary1011111001010010011000011111110100100110110111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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