Shades of Comet #5D6273
Tints of Comet #5D6273
RGB
CMYK
RGB Variations
Color information
#5D6273 (or 0x5D6273) is known color: Comet. HEX triplet: 5D, 62 and 73. RGB value is (93,98,115). Sum of RGB (Red+Green+Blue) = 93+98+115=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6273 is #A29D8C. Grayscale: #626262. Windows color (decimal): -10657165 or 7561821. OLE color: 7561821.
HSL color Cylindrical-coordinate representation of color #5D6273: hue angle of 226.36º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D6273 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 98 | 115 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.55 |
| HSL | 226.36º | 0.11% | 0.41% | - |
| HSV(B) | 226.36º | 0.19% | 0.45% | - |
| XYZ | 11.98 | 12.3 | 17.96 | - |
| YUV | 98.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 115 | 0.19 | 0.15 | 0 | 0.55 | 226.36 | 0.11 | 0.41 |
| Hex | 5D | 62 | 73 | 13 | F | 0 | 37 | E2 | B | 29 |
| Octal | 135 | 142 | 163 | 23 | 17 | 0 | 67 | 342 | 13 | 51 |
| Binary | 1011101 | 1100010 | 1110011 | 10011 | 1111 | 0 | 110111 | 11100010 | 1011 | 101001 |
Color Harmonies of #5D6273
Complementary color
Monochromatic Colors of #5D6273
Black with #5D6273
Text Example
Text Example
White with #5D6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6273; }
p { color: rgb(93,98,115); }
H1.HeaderClassName
{
color: #5D6273;
}
.AnyTagClassName
{
color: #5D6273;
}
</style>
background-color css
<style>
a { background-color: #5D6273; }
a { background-color: rgb(93,98,115); }
div.DivClassName
{
background-color: #5D6273;
}
.BgClassName
{
background-color: #5D6273;
}
</style>
border-color css
<style>
span { border-color: #5D6273; }
span { border-color: rgb(93,98,115); }
td.TdClassName
{
border-color: #5D6273;
}
.TagClassName
{
border-color: #5D6273;
}
</style>