Shades of Hoki #55818B
Tints of Hoki #55818B
RGB
CMYK
RGB Variations
Color information
#55818B (or 0x55818B) is known color: Hoki. HEX triplet: 55, 81 and 8B. RGB value is (85,129,139). Sum of RGB (Red+Green+Blue) = 85+129+139=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #55818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55818B is #AA7E74. Grayscale: #747474. Windows color (decimal): -11173493 or 9142613. OLE color: 9142613.
HSL color Cylindrical-coordinate representation of color #55818B: hue angle of 191.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55818B is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 129 | 139 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.45 |
| HSL | 191.11º | 0.24% | 0.44% | - |
| HSV(B) | 191.11º | 0.39% | 0.55% | - |
| XYZ | 16.26 | 19.5 | 27.33 | - |
| YUV | 116.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 139 | 0.39 | 0.07 | 0 | 0.45 | 191.11 | 0.24 | 0.44 |
| Hex | 55 | 81 | 8B | 27 | 7 | 0 | 2D | BF | 18 | 2C |
| Octal | 125 | 201 | 213 | 47 | 7 | 0 | 55 | 277 | 30 | 54 |
| Binary | 1010101 | 10000001 | 10001011 | 100111 | 111 | 0 | 101101 | 10111111 | 11000 | 101100 |
Color Harmonies of #55818B
Complementary color
Monochromatic Colors of #55818B
Black with #55818B
Text Example
Text Example
White with #55818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55818B; }
p { color: rgb(85,129,139); }
H1.HeaderClassName
{
color: #55818B;
}
.AnyTagClassName
{
color: #55818B;
}
</style>
background-color css
<style>
a { background-color: #55818B; }
a { background-color: rgb(85,129,139); }
div.DivClassName
{
background-color: #55818B;
}
.BgClassName
{
background-color: #55818B;
}
</style>
border-color css
<style>
span { border-color: #55818B; }
span { border-color: rgb(85,129,139); }
td.TdClassName
{
border-color: #55818B;
}
.TagClassName
{
border-color: #55818B;
}
</style>