Shades of Hoki #5C8186
Tints of Hoki #5C8186
RGB
CMYK
RGB Variations
Color information
#5C8186 (or 0x5C8186) is known color: Hoki. HEX triplet: 5C, 81 and 86. RGB value is (92,129,134). Sum of RGB (Red+Green+Blue) = 92+129+134=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C8186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8186 is #A37E79. Grayscale: #767676. Windows color (decimal): -10714746 or 8814940. OLE color: 8814940.
HSL color Cylindrical-coordinate representation of color #5C8186: hue angle of 187.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C8186 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 129 | 134 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.47 |
| HSL | 187.14º | 0.19% | 0.44% | - |
| HSV(B) | 187.14º | 0.31% | 0.53% | - |
| XYZ | 16.57 | 19.7 | 25.48 | - |
| YUV | 118.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 129 | 134 | 0.31 | 0.04 | 0 | 0.47 | 187.14 | 0.19 | 0.44 |
| Hex | 5C | 81 | 86 | 1F | 4 | 0 | 2F | BB | 13 | 2C |
| Octal | 134 | 201 | 206 | 37 | 4 | 0 | 57 | 273 | 23 | 54 |
| Binary | 1011100 | 10000001 | 10000110 | 11111 | 100 | 0 | 101111 | 10111011 | 10011 | 101100 |
Color Harmonies of #5C8186
Complementary color
Monochromatic Colors of #5C8186
Black with #5C8186
Text Example
Text Example
White with #5C8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8186; }
p { color: rgb(92,129,134); }
H1.HeaderClassName
{
color: #5C8186;
}
.AnyTagClassName
{
color: #5C8186;
}
</style>
background-color css
<style>
a { background-color: #5C8186; }
a { background-color: rgb(92,129,134); }
div.DivClassName
{
background-color: #5C8186;
}
.BgClassName
{
background-color: #5C8186;
}
</style>
border-color css
<style>
span { border-color: #5C8186; }
span { border-color: rgb(92,129,134); }
td.TdClassName
{
border-color: #5C8186;
}
.TagClassName
{
border-color: #5C8186;
}
</style>