Shades of Comet #5D5E67
Tints of Comet #5D5E67
RGB
CMYK
RGB Variations
Color information
#5D5E67 (or 0x5D5E67) is known color: Comet. HEX triplet: 5D, 5E and 67. RGB value is (93,94,103). Sum of RGB (Red+Green+Blue) = 93+94+103=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D5E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E67 is #A2A198. Grayscale: #5E5E5E. Windows color (decimal): -10658201 or 6774365. OLE color: 6774365.
HSL color Cylindrical-coordinate representation of color #5D5E67: hue angle of 234º 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 #5D5E67 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 93 | 94 | 103 | - |
CMYK | 0.10 | 0.09 | 0 | 0.60 |
HSL | 234º | 0.05% | 0.38% | - |
HSV(B) | 234º | 0.1% | 0.4% | - |
XYZ | 10.97 | 11.31 | 14.44 | - |
YUV | 94.73 | 132.67 | 126.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 94 | 103 | 0.10 | 0.09 | 0 | 0.60 | 234 | 0.05 | 0.38 |
Hex | 5D | 5E | 67 | A | 9 | 0 | 3C | EA | 5 | 26 |
Octal | 135 | 136 | 147 | 12 | 11 | 0 | 74 | 352 | 5 | 46 |
Binary | 1011101 | 1011110 | 1100111 | 1010 | 1001 | 0 | 111100 | 11101010 | 101 | 100110 |
Color Harmonies of #5D5E67
Complementary color
Monochromatic Colors of #5D5E67
Black with #5D5E67
Text Example
Text Example
White with #5D5E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5E67; }
p { color: rgb(93,94,103); }
H1.HeaderClassName
{
color: #5D5E67;
}
.AnyTagClassName
{
color: #5D5E67;
}
</style>
background-color css
<style>
a { background-color: #5D5E67; }
a { background-color: rgb(93,94,103); }
div.DivClassName
{
background-color: #5D5E67;
}
.BgClassName
{
background-color: #5D5E67;
}
</style>
border-color css
<style>
span { border-color: #5D5E67; }
span { border-color: rgb(93,94,103); }
td.TdClassName
{
border-color: #5D5E67;
}
.TagClassName
{
border-color: #5D5E67;
}
</style>