Shades of Hoki #55808E
Tints of Hoki #55808E
RGB
CMYK
RGB Variations
Color information
#55808E (or 0x55808E) is known color: Hoki. HEX triplet: 55, 80 and 8E. RGB value is (85,128,142). Sum of RGB (Red+Green+Blue) = 85+128+142=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #55808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55808E is #AA7F71. Grayscale: #747474. Windows color (decimal): -11173746 or 9338965. OLE color: 9338965.
HSL color Cylindrical-coordinate representation of color #55808E: hue angle of 194.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55808E is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 128 | 142 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.44 |
| HSL | 194.74º | 0.25% | 0.45% | - |
| HSV(B) | 194.74º | 0.4% | 0.56% | - |
| XYZ | 16.35 | 19.32 | 28.46 | - |
| YUV | 116.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 142 | 0.40 | 0.10 | 0 | 0.44 | 194.74 | 0.25 | 0.45 |
| Hex | 55 | 80 | 8E | 28 | A | 0 | 2C | C3 | 19 | 2D |
| Octal | 125 | 200 | 216 | 50 | 12 | 0 | 54 | 303 | 31 | 55 |
| Binary | 1010101 | 10000000 | 10001110 | 101000 | 1010 | 0 | 101100 | 11000011 | 11001 | 101101 |
Color Harmonies of #55808E
Complementary color
Monochromatic Colors of #55808E
Black with #55808E
Text Example
Text Example
White with #55808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55808E; }
p { color: rgb(85,128,142); }
H1.HeaderClassName
{
color: #55808E;
}
.AnyTagClassName
{
color: #55808E;
}
</style>
background-color css
<style>
a { background-color: #55808E; }
a { background-color: rgb(85,128,142); }
div.DivClassName
{
background-color: #55808E;
}
.BgClassName
{
background-color: #55808E;
}
</style>
border-color css
<style>
span { border-color: #55808E; }
span { border-color: rgb(85,128,142); }
td.TdClassName
{
border-color: #55808E;
}
.TagClassName
{
border-color: #55808E;
}
</style>