Shades of Hoki #5E8189
Tints of Hoki #5E8189
RGB
CMYK
RGB Variations
Color information
#5E8189 (or 0x5E8189) is known color: Hoki. HEX triplet: 5E, 81 and 89. RGB value is (94,129,137). Sum of RGB (Red+Green+Blue) = 94+129+137=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #5E8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8189 is #A17E76. Grayscale: #777777. Windows color (decimal): -10583671 or 9011550. OLE color: 9011550.
HSL color Cylindrical-coordinate representation of color #5E8189: hue angle of 191.16º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E8189 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 129 | 137 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.46 |
| HSL | 191.16º | 0.19% | 0.45% | - |
| HSV(B) | 191.16º | 0.31% | 0.54% | - |
| XYZ | 16.98 | 19.89 | 26.61 | - |
| YUV | 119.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 137 | 0.31 | 0.06 | 0 | 0.46 | 191.16 | 0.19 | 0.45 |
| Hex | 5E | 81 | 89 | 1F | 6 | 0 | 2E | BF | 13 | 2D |
| Octal | 136 | 201 | 211 | 37 | 6 | 0 | 56 | 277 | 23 | 55 |
| Binary | 1011110 | 10000001 | 10001001 | 11111 | 110 | 0 | 101110 | 10111111 | 10011 | 101101 |
Color Harmonies of #5E8189
Complementary color
Monochromatic Colors of #5E8189
Black with #5E8189
Text Example
Text Example
White with #5E8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8189; }
p { color: rgb(94,129,137); }
H1.HeaderClassName
{
color: #5E8189;
}
.AnyTagClassName
{
color: #5E8189;
}
</style>
background-color css
<style>
a { background-color: #5E8189; }
a { background-color: rgb(94,129,137); }
div.DivClassName
{
background-color: #5E8189;
}
.BgClassName
{
background-color: #5E8189;
}
</style>
border-color css
<style>
span { border-color: #5E8189; }
span { border-color: rgb(94,129,137); }
td.TdClassName
{
border-color: #5E8189;
}
.TagClassName
{
border-color: #5E8189;
}
</style>