#5A5978

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

Shades of Comet #5A5978

Tints of Comet #5A5978

Color information

#5A5978 (or 0x5A5978) is unknown color: approx Comet. HEX triplet: 5A, 59 and 78. RGB value is (90,89,120). Sum of RGB (Red+Green+Blue) = 90+89+120=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5978 is #A5A687. Grayscale: #5C5C5C. Windows color (decimal): -10856072 or 7887194. OLE color: 7887194.

HSL color Cylindrical-coordinate representation of color #5A5978: hue angle of 241.94º 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 #5A5978 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9089120-
CMYK0.250.2600.53
HSL241.94º14.83%40.98%-
HSV(B)241.94º25.83%47.06%-
XYZ11.1810.6719.24-
YUV92.83143.33125.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=30.10%
G=29.77%
B=40.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90891200.250.2600.53241.9414.8340.98
Hex5A5978191A035f2f29
Octal13213117031320653621751
Binary10110101011001111100011001110100110101111100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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