#5A5776

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

Shades of Smoky #5A5776

Tints of Smoky #5A5776

Color information

#5A5776 (or 0x5A5776) is unknown color: approx Smoky. HEX triplet: 5A, 57 and 76. RGB value is (90,87,118). Sum of RGB (Red+Green+Blue) = 90+87+118=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5776 is #A5A889. Grayscale: #5B5B5B. Windows color (decimal): -10856586 or 7755610. OLE color: 7755610.

HSL color Cylindrical-coordinate representation of color #5A5776: hue angle of 245.81º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5776 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9087118-
CMYK0.240.2600.54
HSL245.81º15.12%40.2%-
HSV(B)245.81º26.27%46.27%-
XYZ10.8910.318.55-
YUV91.43142.99126.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 118 (46.48% from 255) = 40%
R=30.51%
G=29.49%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90871180.240.2600.54245.8115.1240.2
Hex5A5776181A036f6f28
Octal13212716630320663661750
Binary10110101010111111011011000110100110110111101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5776; }

 p { color: rgb(90,87,118); }

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

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

 a { background-color: rgb(90,87,118); }

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

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

 span { border-color: rgb(90,87,118); }

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