#5C597C

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

Shades of Comet #5C597C

Tints of Comet #5C597C

Color information

#5C597C (or 0x5C597C) is unknown color: approx Comet. HEX triplet: 5C, 59 and 7C. RGB value is (92,89,124). Sum of RGB (Red+Green+Blue) = 92+89+124=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C597C is #A3A683. Grayscale: #5D5D5D. Windows color (decimal): -10724996 or 8149340. OLE color: 8149340.

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

Color convert

RGB9289124-
CMYK0.260.2800.51
HSL245.14º16.43%41.76%-
HSV(B)245.14º28.23%48.63%-
XYZ11.6210.8820.56-
YUV93.89144.99126.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=30.16%
G=29.18%
B=40.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal92891240.260.2800.51245.1416.4341.76
Hex5C597C1A1C033f5102a
Octal13413117432340633652052
Binary101110010110011111100110101110001100111111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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