#053185

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

Shades of Smalt #053185

Tints of Smalt #053185

Color information

#053185 (or 0x053185) is unknown color: approx Smalt. HEX triplet: 05, 31 and 85. RGB value is (5,49,133). Sum of RGB (Red+Green+Blue) = 5+49+133=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #053185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053185 is #FACE7A. Grayscale: #2D2D2D. Windows color (decimal): -16436859 or 8728837. OLE color: 8728837.

HSL color Cylindrical-coordinate representation of color #053185: hue angle of 219.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053185 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB549133-
CMYK0.960.6300.48
HSL219.38º92.75%27.06%-
HSV(B)219.38º96.24%52.16%-
XYZ5.393.9222.66-
YUV45.42177.4299.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 133 (52.34% from 255) = 71.12%
R=2.67%
G=26.20%
B=71.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5491330.960.6300.48219.3892.7527.06
Hex53185603F030db5d1b
Octal5612051407706033313533
Binary101110001100001011100000111111011000011011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053185; }

 p { color: rgb(5,49,133); }

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

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

 a { background-color: rgb(5,49,133); }

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

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

 span { border-color: rgb(5,49,133); }

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