Shades of Hoki #55818C
Tints of Hoki #55818C
RGB
CMYK
RGB Variations
Color information
#55818C (or 0x55818C) is known color: Hoki. HEX triplet: 55, 81 and 8C. RGB value is (85,129,140). Sum of RGB (Red+Green+Blue) = 85+129+140=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #55818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55818C is #AA7E73. Grayscale: #757575. Windows color (decimal): -11173492 or 9208149. OLE color: 9208149.
HSL color Cylindrical-coordinate representation of color #55818C: hue angle of 192º 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 #55818C is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 129 | 140 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.45 |
| HSL | 192º | 0.24% | 0.44% | - |
| HSV(B) | 192º | 0.39% | 0.55% | - |
| XYZ | 16.33 | 19.53 | 27.72 | - |
| YUV | 117.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 140 | 0.39 | 0.08 | 0 | 0.45 | 192 | 0.24 | 0.44 |
| Hex | 55 | 81 | 8C | 27 | 8 | 0 | 2D | C0 | 18 | 2C |
| Octal | 125 | 201 | 214 | 47 | 10 | 0 | 55 | 300 | 30 | 54 |
| Binary | 1010101 | 10000001 | 10001100 | 100111 | 1000 | 0 | 101101 | 11000000 | 11000 | 101100 |
Color Harmonies of #55818C
Complementary color
Monochromatic Colors of #55818C
Black with #55818C
Text Example
Text Example
White with #55818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55818C; }
p { color: rgb(85,129,140); }
H1.HeaderClassName
{
color: #55818C;
}
.AnyTagClassName
{
color: #55818C;
}
</style>
background-color css
<style>
a { background-color: #55818C; }
a { background-color: rgb(85,129,140); }
div.DivClassName
{
background-color: #55818C;
}
.BgClassName
{
background-color: #55818C;
}
</style>
border-color css
<style>
span { border-color: #55818C; }
span { border-color: rgb(85,129,140); }
td.TdClassName
{
border-color: #55818C;
}
.TagClassName
{
border-color: #55818C;
}
</style>