#5B597B

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

Shades of Comet #5B597B

Tints of Comet #5B597B

Color information

#5B597B (or 0x5B597B) is unknown color: approx Comet. HEX triplet: 5B, 59 and 7B. RGB value is (91,89,123). Sum of RGB (Red+Green+Blue) = 91+89+123=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B597B is #A4A684. Grayscale: #5D5D5D. Windows color (decimal): -10790533 or 8083803. OLE color: 8083803.

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

Color convert

RGB9189123-
CMYK0.260.2800.52
HSL243.53º16.04%41.57%-
HSV(B)243.53º27.64%48.24%-
XYZ11.4610.820.22-
YUV93.47144.66126.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=30.03%
G=29.37%
B=40.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal91891230.260.2800.52243.5316.0441.57
Hex5B597B1A1C034f4102a
Octal13313117332340643642052
Binary101101110110011111011110101110001101001111010010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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