#5D597E

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

Shades of Comet #5D597E

Tints of Comet #5D597E

Color information

#5D597E (or 0x5D597E) is unknown color: approx Comet. HEX triplet: 5D, 59 and 7E. RGB value is (93,89,126). Sum of RGB (Red+Green+Blue) = 93+89+126=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #5D597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D597E is #A2A681. Grayscale: #5E5E5E. Windows color (decimal): -10659458 or 8280413. OLE color: 8280413.

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

Color convert

RGB9389126-
CMYK0.260.2900.51
HSL246.49º17.21%42.16%-
HSV(B)246.49º29.37%49.41%-
XYZ11.8510.9821.23-
YUV94.41145.83126.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=30.19%
G=28.90%
B=40.91%

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
Decimal93891260.260.2900.51246.4917.2142.16
Hex5D597E1A1D033f6112a
Octal13513117632350633662152
Binary101110110110011111110110101110101100111111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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