#053F9C

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

Shades of Smalt #053F9C

Tints of Smalt #053F9C

Color information

#053F9C (or 0x053F9C) is unknown color: approx Smalt. HEX triplet: 05, 3F and 9C. RGB value is (5,63,156). Sum of RGB (Red+Green+Blue) = 5+63+156=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #053F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053F9C is #FAC063. Grayscale: #373737. Windows color (decimal): -16433252 or 10239749. OLE color: 10239749.

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

Color convert

RGB563156-
CMYK0.970.6000.39
HSL216.95º93.79%31.57%-
HSV(B)216.95º96.79%61.18%-
XYZ7.845.9932.19-
YUV56.26184.2891.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 156 (61.33% from 255) = 69.64%
R=2.23%
G=28.12%
B=69.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5631560.970.6000.39216.9593.7931.57
Hex53F9C613C027d95e20
Octal5772341417404733113640
Binary1011111111001110011000011111000100111110110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,63,156); }

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

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

 a { background-color: rgb(5,63,156); }

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

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

 span { border-color: rgb(5,63,156); }

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