#5D597D

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

Shades of Comet #5D597D

Tints of Comet #5D597D

Color information

#5D597D (or 0x5D597D) is unknown color: approx Comet. HEX triplet: 5D, 59 and 7D. RGB value is (93,89,125). Sum of RGB (Red+Green+Blue) = 93+89+125=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D597D is #A2A682. Grayscale: #5E5E5E. Windows color (decimal): -10659459 or 8214877. OLE color: 8214877.

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

Color convert

RGB9389125-
CMYK0.260.2900.51
HSL246.67º16.82%41.96%-
HSV(B)246.67º28.8%49.02%-
XYZ11.7910.9520.89-
YUV94.3145.33127.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.29%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=30.29%
G=28.99%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93891250.260.2900.51246.6716.8241.96
Hex5D597D1A1D033f7112a
Octal13513117532350633672152
Binary101110110110011111101110101110101100111111011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,125); }

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

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

 a { background-color: rgb(93,89,125); }

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

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

 span { border-color: rgb(93,89,125); }

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