Shades of Comet #5D5E65
Tints of Comet #5D5E65
RGB
CMYK
RGB Variations
Color information
#5D5E65 (or 0x5D5E65) is known color: Comet. HEX triplet: 5D, 5E and 65. RGB value is (93,94,101). Sum of RGB (Red+Green+Blue) = 93+94+101=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 101 - color contains mainly: blue. Hex color #5D5E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E65 is #A2A19A. Grayscale: #5E5E5E. Windows color (decimal): -10658203 or 6643293. OLE color: 6643293.
HSL color Cylindrical-coordinate representation of color #5D5E65: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5D5E65 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 93 | 94 | 101 | - |
CMYK | 0.08 | 0.07 | 0 | 0.60 |
HSL | 232.5º | 0.04% | 0.38% | - |
HSV(B) | 232.5º | 0.08% | 0.4% | - |
XYZ | 10.87 | 11.27 | 13.91 | - |
YUV | 94.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 94 | 101 | 0.08 | 0.07 | 0 | 0.60 | 232.5 | 0.04 | 0.38 |
Hex | 5D | 5E | 65 | 8 | 7 | 0 | 3C | E8 | 4 | 26 |
Octal | 135 | 136 | 145 | 10 | 7 | 0 | 74 | 350 | 4 | 46 |
Binary | 1011101 | 1011110 | 1100101 | 1000 | 111 | 0 | 111100 | 11101000 | 100 | 100110 |
Color Harmonies of #5D5E65
Complementary color
Monochromatic Colors of #5D5E65
Black with #5D5E65
Text Example
Text Example
White with #5D5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5E65; }
p { color: rgb(93,94,101); }
H1.HeaderClassName
{
color: #5D5E65;
}
.AnyTagClassName
{
color: #5D5E65;
}
</style>
background-color css
<style>
a { background-color: #5D5E65; }
a { background-color: rgb(93,94,101); }
div.DivClassName
{
background-color: #5D5E65;
}
.BgClassName
{
background-color: #5D5E65;
}
</style>
border-color css
<style>
span { border-color: #5D5E65; }
span { border-color: rgb(93,94,101); }
td.TdClassName
{
border-color: #5D5E65;
}
.TagClassName
{
border-color: #5D5E65;
}
</style>