Shades of Comet #5D5C7C
Tints of Comet #5D5C7C
RGB
CMYK
RGB Variations
Color information
#5D5C7C (or 0x5D5C7C) is known color: Comet. HEX triplet: 5D, 5C and 7C. RGB value is (93,92,124). Sum of RGB (Red+Green+Blue) = 93+92+124=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D5C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C7C is #A2A383. Grayscale: #5F5F5F. Windows color (decimal): -10658692 or 8150109. OLE color: 8150109.
HSL color Cylindrical-coordinate representation of color #5D5C7C: hue angle of 241.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D5C7C is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 92 | 124 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.51 |
| HSL | 241.88º | 0.15% | 0.42% | - |
| HSV(B) | 241.88º | 0.26% | 0.49% | - |
| XYZ | 11.98 | 11.44 | 20.64 | - |
| YUV | 95.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 124 | 0.25 | 0.26 | 0 | 0.51 | 241.88 | 0.15 | 0.42 |
| Hex | 5D | 5C | 7C | 19 | 1A | 0 | 33 | F2 | F | 2A |
| Octal | 135 | 134 | 174 | 31 | 32 | 0 | 63 | 362 | 17 | 52 |
| Binary | 1011101 | 1011100 | 1111100 | 11001 | 11010 | 0 | 110011 | 11110010 | 1111 | 101010 |
Color Harmonies of #5D5C7C
Complementary color
Monochromatic Colors of #5D5C7C
Black with #5D5C7C
Text Example
Text Example
White with #5D5C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C7C; }
p { color: rgb(93,92,124); }
H1.HeaderClassName
{
color: #5D5C7C;
}
.AnyTagClassName
{
color: #5D5C7C;
}
</style>
background-color css
<style>
a { background-color: #5D5C7C; }
a { background-color: rgb(93,92,124); }
div.DivClassName
{
background-color: #5D5C7C;
}
.BgClassName
{
background-color: #5D5C7C;
}
</style>
border-color css
<style>
span { border-color: #5D5C7C; }
span { border-color: rgb(93,92,124); }
td.TdClassName
{
border-color: #5D5C7C;
}
.TagClassName
{
border-color: #5D5C7C;
}
</style>