#053C91

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

Shades of Smalt #053C91

Tints of Smalt #053C91

Color information

#053C91 (or 0x053C91) is unknown color: approx Smalt. HEX triplet: 05, 3C and 91. RGB value is (5,60,145). Sum of RGB (Red+Green+Blue) = 5+60+145=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #053C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053C91 is #FAC36E. Grayscale: #343434. Windows color (decimal): -16434031 or 9518085. OLE color: 9518085.

HSL color Cylindrical-coordinate representation of color #053C91: hue angle of 216.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053C91 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB560145-
CMYK0.970.5900.43
HSL216.43º93.33%29.41%-
HSV(B)216.43º96.55%56.86%-
XYZ6.795.3127.45-
YUV53.24179.7893.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 60 (23.83% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 69.05%
R=2.38%
G=28.57%
B=69.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5601450.970.5900.43216.4393.3329.41
Hex53C91613B02Bd85d1d
Octal5742211417305333013535
Binary101111100100100011100001111011010101111011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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