Shades of Comet #5D5D6A
Tints of Comet #5D5D6A
RGB
CMYK
RGB Variations
Color information
#5D5D6A (or 0x5D5D6A) is known color: Comet. HEX triplet: 5D, 5D and 6A. RGB value is (93,93,106). Sum of RGB (Red+Green+Blue) = 93+93+106=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D5D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D6A is #A2A295. Grayscale: #5E5E5E. Windows color (decimal): -10658454 or 6970717. OLE color: 6970717.
HSL color Cylindrical-coordinate representation of color #5D5D6A: hue angle of 240º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5D6A is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 93 | 93 | 106 | - |
CMYK | 0.12 | 0.12 | 0 | 0.58 |
HSL | 240º | 0.07% | 0.39% | - |
HSV(B) | 240º | 0.12% | 0.42% | - |
XYZ | 11.03 | 11.2 | 15.22 | - |
YUV | 94.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 93 | 106 | 0.12 | 0.12 | 0 | 0.58 | 240 | 0.07 | 0.39 |
Hex | 5D | 5D | 6A | C | C | 0 | 3A | F0 | 7 | 27 |
Octal | 135 | 135 | 152 | 14 | 14 | 0 | 72 | 360 | 7 | 47 |
Binary | 1011101 | 1011101 | 1101010 | 1100 | 1100 | 0 | 111010 | 11110000 | 111 | 100111 |
Color Harmonies of #5D5D6A
Complementary color
Monochromatic Colors of #5D5D6A
Black with #5D5D6A
Text Example
Text Example
White with #5D5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5D6A; }
p { color: rgb(93,93,106); }
H1.HeaderClassName
{
color: #5D5D6A;
}
.AnyTagClassName
{
color: #5D5D6A;
}
</style>
background-color css
<style>
a { background-color: #5D5D6A; }
a { background-color: rgb(93,93,106); }
div.DivClassName
{
background-color: #5D5D6A;
}
.BgClassName
{
background-color: #5D5D6A;
}
</style>
border-color css
<style>
span { border-color: #5D5D6A; }
span { border-color: rgb(93,93,106); }
td.TdClassName
{
border-color: #5D5D6A;
}
.TagClassName
{
border-color: #5D5D6A;
}
</style>