#5A597B

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

Shades of Comet #5A597B

Tints of Comet #5A597B

Color information

#5A597B (or 0x5A597B) is unknown color: approx Comet. HEX triplet: 5A, 59 and 7B. RGB value is (90,89,123). Sum of RGB (Red+Green+Blue) = 90+89+123=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A597B is #A5A684. Grayscale: #5D5D5D. Windows color (decimal): -10856069 or 8083802. OLE color: 8083802.

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

Color convert

RGB9089123-
CMYK0.270.2800.52
HSL241.76º16.04%41.57%-
HSV(B)241.76º27.64%48.24%-
XYZ11.3610.7520.21-
YUV93.18144.83125.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=29.80%
G=29.47%
B=40.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90891230.270.2800.52241.7616.0441.57
Hex5A597B1B1C034f2102a
Octal13213117333340643622052
Binary101101010110011111011110111110001101001111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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