#5B597C

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

Shades of Comet #5B597C

Tints of Comet #5B597C

Color information

#5B597C (or 0x5B597C) is unknown color: approx Comet. HEX triplet: 5B, 59 and 7C. RGB value is (91,89,124). Sum of RGB (Red+Green+Blue) = 91+89+124=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B597C is #A4A683. Grayscale: #5D5D5D. Windows color (decimal): -10790532 or 8149339. OLE color: 8149339.

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

Color convert

RGB9189124-
CMYK0.270.2800.51
HSL243.43º16.43%41.76%-
HSV(B)243.43º28.23%48.63%-
XYZ11.5210.8220.55-
YUV93.59145.16126.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=29.93%
G=29.28%
B=40.79%

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
Decimal91891240.270.2800.51243.4316.4341.76
Hex5B597C1B1C033f3102a
Octal13313117433340633632052
Binary101101110110011111100110111110001100111111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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