Shades of Hoki #5F7F82
Tints of Hoki #5F7F82
RGB
CMYK
RGB Variations
Color information
#5F7F82 (or 0x5F7F82) is known color: Hoki. HEX triplet: 5F, 7F and 82. RGB value is (95,127,130). Sum of RGB (Red+Green+Blue) = 95+127+130=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F7F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7F82 is #A0807D. Grayscale: #757575. Windows color (decimal): -10518654 or 8552287. OLE color: 8552287.
HSL color Cylindrical-coordinate representation of color #5F7F82: hue angle of 185.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F7F82 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 127 | 130 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.49 |
| HSL | 185.14º | 0.16% | 0.44% | - |
| HSV(B) | 185.14º | 0.27% | 0.51% | - |
| XYZ | 16.34 | 19.22 | 23.97 | - |
| YUV | 117.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 130 | 0.27 | 0.02 | 0 | 0.49 | 185.14 | 0.16 | 0.44 |
| Hex | 5F | 7F | 82 | 1B | 2 | 0 | 31 | B9 | 10 | 2C |
| Octal | 137 | 177 | 202 | 33 | 2 | 0 | 61 | 271 | 20 | 54 |
| Binary | 1011111 | 1111111 | 10000010 | 11011 | 10 | 0 | 110001 | 10111001 | 10000 | 101100 |
Color Harmonies of #5F7F82
Complementary color
Monochromatic Colors of #5F7F82
Black with #5F7F82
Text Example
Text Example
White with #5F7F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F82; }
p { color: rgb(95,127,130); }
H1.HeaderClassName
{
color: #5F7F82;
}
.AnyTagClassName
{
color: #5F7F82;
}
</style>
background-color css
<style>
a { background-color: #5F7F82; }
a { background-color: rgb(95,127,130); }
div.DivClassName
{
background-color: #5F7F82;
}
.BgClassName
{
background-color: #5F7F82;
}
</style>
border-color css
<style>
span { border-color: #5F7F82; }
span { border-color: rgb(95,127,130); }
td.TdClassName
{
border-color: #5F7F82;
}
.TagClassName
{
border-color: #5F7F82;
}
</style>