#5A5979

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

Shades of Comet #5A5979

Tints of Comet #5A5979

Color information

#5A5979 (or 0x5A5979) is unknown color: approx Comet. HEX triplet: 5A, 59 and 79. RGB value is (90,89,121). Sum of RGB (Red+Green+Blue) = 90+89+121=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A5979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5979 is #A5A686. Grayscale: #5C5C5C. Windows color (decimal): -10856071 or 7952730. OLE color: 7952730.

HSL color Cylindrical-coordinate representation of color #5A5979: hue angle of 241.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5979 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9089121-
CMYK0.260.2600.53
HSL241.88º15.24%41.18%-
HSV(B)241.88º26.45%47.45%-
XYZ11.2410.719.56-
YUV92.95143.83125.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=30%
G=29.67%
B=40.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90891210.260.2600.53241.8815.2441.18
Hex5A59791A1A035f2f29
Octal13213117132320653621751
Binary10110101011001111100111010110100110101111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,121); }

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

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

 a { background-color: rgb(90,89,121); }

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

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

 span { border-color: rgb(90,89,121); }

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