#5A597C

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

Shades of Comet #5A597C

Tints of Comet #5A597C

Color information

#5A597C (or 0x5A597C) is unknown color: approx Comet. HEX triplet: 5A, 59 and 7C. RGB value is (90,89,124). Sum of RGB (Red+Green+Blue) = 90+89+124=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A597C is #A5A683. Grayscale: #5D5D5D. Windows color (decimal): -10856068 or 8149338. OLE color: 8149338.

HSL color Cylindrical-coordinate representation of color #5A597C: hue angle of 241.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A597C is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9089124-
CMYK0.270.2800.51
HSL241.71º16.43%41.76%-
HSV(B)241.71º28.23%48.63%-
XYZ11.4310.7720.55-
YUV93.29145.33125.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=29.70%
G=29.37%
B=40.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal90891240.270.2800.51241.7116.4341.76
Hex5A597C1B1C033f2102a
Octal13213117433340633622052
Binary101101010110011111100110111110001100111111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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