Shades of Hoki #5E818E
Tints of Hoki #5E818E
RGB
CMYK
RGB Variations
Color information
#5E818E (or 0x5E818E) is known color: Hoki. HEX triplet: 5E, 81 and 8E. RGB value is (94,129,142). Sum of RGB (Red+Green+Blue) = 94+129+142=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E818E is #A17E71. Grayscale: #777777. Windows color (decimal): -10583666 or 9339230. OLE color: 9339230.
HSL color Cylindrical-coordinate representation of color #5E818E: hue angle of 196.25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E818E is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 129 | 142 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.44 |
| HSL | 196.25º | 0.2% | 0.46% | - |
| HSV(B) | 196.25º | 0.34% | 0.56% | - |
| XYZ | 17.35 | 20.03 | 28.54 | - |
| YUV | 120.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 142 | 0.34 | 0.09 | 0 | 0.44 | 196.25 | 0.2 | 0.46 |
| Hex | 5E | 81 | 8E | 22 | 9 | 0 | 2C | C4 | 14 | 2E |
| Octal | 136 | 201 | 216 | 42 | 11 | 0 | 54 | 304 | 24 | 56 |
| Binary | 1011110 | 10000001 | 10001110 | 100010 | 1001 | 0 | 101100 | 11000100 | 10100 | 101110 |
Color Harmonies of #5E818E
Complementary color
Monochromatic Colors of #5E818E
Black with #5E818E
Text Example
Text Example
White with #5E818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E818E; }
p { color: rgb(94,129,142); }
H1.HeaderClassName
{
color: #5E818E;
}
.AnyTagClassName
{
color: #5E818E;
}
</style>
background-color css
<style>
a { background-color: #5E818E; }
a { background-color: rgb(94,129,142); }
div.DivClassName
{
background-color: #5E818E;
}
.BgClassName
{
background-color: #5E818E;
}
</style>
border-color css
<style>
span { border-color: #5E818E; }
span { border-color: rgb(94,129,142); }
td.TdClassName
{
border-color: #5E818E;
}
.TagClassName
{
border-color: #5E818E;
}
</style>