Shades of Hoki #5F8286
Tints of Hoki #5F8286
RGB
CMYK
RGB Variations
Color information
#5F8286 (or 0x5F8286) is known color: Hoki. HEX triplet: 5F, 82 and 86. RGB value is (95,130,134). Sum of RGB (Red+Green+Blue) = 95+130+134=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F8286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8286 is #A07D79. Grayscale: #777777. Windows color (decimal): -10517882 or 8815199. OLE color: 8815199.
HSL color Cylindrical-coordinate representation of color #5F8286: hue angle of 186.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F8286 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 130 | 134 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.47 |
| HSL | 186.15º | 0.17% | 0.45% | - |
| HSV(B) | 186.15º | 0.29% | 0.53% | - |
| XYZ | 17.01 | 20.12 | 25.54 | - |
| YUV | 119.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 130 | 134 | 0.29 | 0.03 | 0 | 0.47 | 186.15 | 0.17 | 0.45 |
| Hex | 5F | 82 | 86 | 1D | 3 | 0 | 2F | BA | 11 | 2D |
| Octal | 137 | 202 | 206 | 35 | 3 | 0 | 57 | 272 | 21 | 55 |
| Binary | 1011111 | 10000010 | 10000110 | 11101 | 11 | 0 | 101111 | 10111010 | 10001 | 101101 |
Color Harmonies of #5F8286
Complementary color
Monochromatic Colors of #5F8286
Black with #5F8286
Text Example
Text Example
White with #5F8286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8286; }
p { color: rgb(95,130,134); }
H1.HeaderClassName
{
color: #5F8286;
}
.AnyTagClassName
{
color: #5F8286;
}
</style>
background-color css
<style>
a { background-color: #5F8286; }
a { background-color: rgb(95,130,134); }
div.DivClassName
{
background-color: #5F8286;
}
.BgClassName
{
background-color: #5F8286;
}
</style>
border-color css
<style>
span { border-color: #5F8286; }
span { border-color: rgb(95,130,134); }
td.TdClassName
{
border-color: #5F8286;
}
.TagClassName
{
border-color: #5F8286;
}
</style>