Shades of Comet #5D5D67
Tints of Comet #5D5D67
RGB
CMYK
RGB Variations
Color information
#5D5D67 (or 0x5D5D67) is known color: Comet. HEX triplet: 5D, 5D and 67. RGB value is (93,93,103). Sum of RGB (Red+Green+Blue) = 93+93+103=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D5D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5D67 is #A2A298. Grayscale: #5E5E5E. Windows color (decimal): -10658457 or 6774109. OLE color: 6774109.
HSL color Cylindrical-coordinate representation of color #5D5D67: hue angle of 240º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5D67 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 93 | 93 | 103 | - |
CMYK | 0.10 | 0.10 | 0 | 0.60 |
HSL | 240º | 0.05% | 0.38% | - |
HSV(B) | 240º | 0.1% | 0.4% | - |
XYZ | 10.88 | 11.14 | 14.41 | - |
YUV | 94.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 93 | 103 | 0.10 | 0.10 | 0 | 0.60 | 240 | 0.05 | 0.38 |
Hex | 5D | 5D | 67 | A | A | 0 | 3C | F0 | 5 | 26 |
Octal | 135 | 135 | 147 | 12 | 12 | 0 | 74 | 360 | 5 | 46 |
Binary | 1011101 | 1011101 | 1100111 | 1010 | 1010 | 0 | 111100 | 11110000 | 101 | 100110 |
Color Harmonies of #5D5D67
Complementary color
Monochromatic Colors of #5D5D67
Black with #5D5D67
Text Example
Text Example
White with #5D5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5D67; }
p { color: rgb(93,93,103); }
H1.HeaderClassName
{
color: #5D5D67;
}
.AnyTagClassName
{
color: #5D5D67;
}
</style>
background-color css
<style>
a { background-color: #5D5D67; }
a { background-color: rgb(93,93,103); }
div.DivClassName
{
background-color: #5D5D67;
}
.BgClassName
{
background-color: #5D5D67;
}
</style>
border-color css
<style>
span { border-color: #5D5D67; }
span { border-color: rgb(93,93,103); }
td.TdClassName
{
border-color: #5D5D67;
}
.TagClassName
{
border-color: #5D5D67;
}
</style>