Shades of Comet #55566B
Tints of Comet #55566B
RGB
CMYK
RGB Variations
Color information
#55566B (or 0x55566B) is known color: Comet. HEX triplet: 55, 56 and 6B. RGB value is (85,86,107). Sum of RGB (Red+Green+Blue) = 85+86+107=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #55566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566B is #AAA994. Grayscale: #585858. Windows color (decimal): -11184533 or 7034453. OLE color: 7034453.
HSL color Cylindrical-coordinate representation of color #55566B: hue angle of 237.27º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55566B is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 86 | 107 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.58 |
| HSL | 237.27º | 0.11% | 0.38% | - |
| HSV(B) | 237.27º | 0.21% | 0.42% | - |
| XYZ | 9.73 | 9.65 | 15.26 | - |
| YUV | 88.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 107 | 0.21 | 0.20 | 0 | 0.58 | 237.27 | 0.11 | 0.38 |
| Hex | 55 | 56 | 6B | 15 | 14 | 0 | 3A | ED | B | 26 |
| Octal | 125 | 126 | 153 | 25 | 24 | 0 | 72 | 355 | 13 | 46 |
| Binary | 1010101 | 1010110 | 1101011 | 10101 | 10100 | 0 | 111010 | 11101101 | 1011 | 100110 |
Color Harmonies of #55566B
Complementary color
Monochromatic Colors of #55566B
Black with #55566B
Text Example
Text Example
White with #55566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55566B; }
p { color: rgb(85,86,107); }
H1.HeaderClassName
{
color: #55566B;
}
.AnyTagClassName
{
color: #55566B;
}
</style>
background-color css
<style>
a { background-color: #55566B; }
a { background-color: rgb(85,86,107); }
div.DivClassName
{
background-color: #55566B;
}
.BgClassName
{
background-color: #55566B;
}
</style>
border-color css
<style>
span { border-color: #55566B; }
span { border-color: rgb(85,86,107); }
td.TdClassName
{
border-color: #55566B;
}
.TagClassName
{
border-color: #55566B;
}
</style>