Shades of Comet #55567B
Tints of Comet #55567B
RGB
CMYK
RGB Variations
Color information
#55567B (or 0x55567B) is known color: Comet. HEX triplet: 55, 56 and 7B. RGB value is (85,86,123). Sum of RGB (Red+Green+Blue) = 85+86+123=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #55567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567B is #AAA984. Grayscale: #595959. Windows color (decimal): -11184517 or 8083029. OLE color: 8083029.
HSL color Cylindrical-coordinate representation of color #55567B: hue angle of 238.42º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55567B is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 86 | 123 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.52 |
| HSL | 238.42º | 0.18% | 0.41% | - |
| HSV(B) | 238.42º | 0.31% | 0.48% | - |
| XYZ | 10.65 | 10.02 | 20.11 | - |
| YUV | 89.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 123 | 0.31 | 0.30 | 0 | 0.52 | 238.42 | 0.18 | 0.41 |
| Hex | 55 | 56 | 7B | 1F | 1E | 0 | 34 | EE | 12 | 29 |
| Octal | 125 | 126 | 173 | 37 | 36 | 0 | 64 | 356 | 22 | 51 |
| Binary | 1010101 | 1010110 | 1111011 | 11111 | 11110 | 0 | 110100 | 11101110 | 10010 | 101001 |
Color Harmonies of #55567B
Complementary color
Monochromatic Colors of #55567B
Black with #55567B
Text Example
Text Example
White with #55567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55567B; }
p { color: rgb(85,86,123); }
H1.HeaderClassName
{
color: #55567B;
}
.AnyTagClassName
{
color: #55567B;
}
</style>
background-color css
<style>
a { background-color: #55567B; }
a { background-color: rgb(85,86,123); }
div.DivClassName
{
background-color: #55567B;
}
.BgClassName
{
background-color: #55567B;
}
</style>
border-color css
<style>
span { border-color: #55567B; }
span { border-color: rgb(85,86,123); }
td.TdClassName
{
border-color: #55567B;
}
.TagClassName
{
border-color: #55567B;
}
</style>