Shades of Comet #565869
Tints of Comet #565869
RGB
CMYK
RGB Variations
Color information
#565869 (or 0x565869) is known color: Comet. HEX triplet: 56, 58 and 69. RGB value is (86,88,105). Sum of RGB (Red+Green+Blue) = 86+88+105=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #565869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565869 is #A9A796. Grayscale: #595959. Windows color (decimal): -11118487 or 6903894. OLE color: 6903894.
HSL color Cylindrical-coordinate representation of color #565869: hue angle of 233.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #565869 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 88 | 105 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.59 |
| HSL | 233.68º | 0.1% | 0.37% | - |
| HSV(B) | 233.68º | 0.18% | 0.41% | - |
| XYZ | 9.88 | 9.98 | 14.77 | - |
| YUV | 89.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 105 | 0.18 | 0.16 | 0 | 0.59 | 233.68 | 0.1 | 0.37 |
| Hex | 56 | 58 | 69 | 12 | 10 | 0 | 3B | EA | A | 25 |
| Octal | 126 | 130 | 151 | 22 | 20 | 0 | 73 | 352 | 12 | 45 |
| Binary | 1010110 | 1011000 | 1101001 | 10010 | 10000 | 0 | 111011 | 11101010 | 1010 | 100101 |
Color Harmonies of #565869
Complementary color
Monochromatic Colors of #565869
Black with #565869
Text Example
Text Example
White with #565869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565869; }
p { color: rgb(86,88,105); }
H1.HeaderClassName
{
color: #565869;
}
.AnyTagClassName
{
color: #565869;
}
</style>
background-color css
<style>
a { background-color: #565869; }
a { background-color: rgb(86,88,105); }
div.DivClassName
{
background-color: #565869;
}
.BgClassName
{
background-color: #565869;
}
</style>
border-color css
<style>
span { border-color: #565869; }
span { border-color: rgb(86,88,105); }
td.TdClassName
{
border-color: #565869;
}
.TagClassName
{
border-color: #565869;
}
</style>