Shades of Hoki #657F82
Tints of Hoki #657F82
RGB
CMYK
RGB Variations
Color information
#657F82 (or 0x657F82) is known color: Hoki. HEX triplet: 65, 7F and 82. RGB value is (101,127,130). Sum of RGB (Red+Green+Blue) = 101+127+130=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #657F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F82 is #9A807D. Grayscale: #777777. Windows color (decimal): -10125438 or 8552293. OLE color: 8552293.
HSL color Cylindrical-coordinate representation of color #657F82: hue angle of 186.21º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #657F82 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 127 | 130 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.49 |
| HSL | 186.21º | 0.13% | 0.45% | - |
| HSV(B) | 186.21º | 0.22% | 0.51% | - |
| XYZ | 16.99 | 19.56 | 24 | - |
| YUV | 119.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 130 | 0.22 | 0.02 | 0 | 0.49 | 186.21 | 0.13 | 0.45 |
| Hex | 65 | 7F | 82 | 16 | 2 | 0 | 31 | BA | D | 2D |
| Octal | 145 | 177 | 202 | 26 | 2 | 0 | 61 | 272 | 15 | 55 |
| Binary | 1100101 | 1111111 | 10000010 | 10110 | 10 | 0 | 110001 | 10111010 | 1101 | 101101 |
Color Harmonies of #657F82
Complementary color
Monochromatic Colors of #657F82
Black with #657F82
Text Example
Text Example
White with #657F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F82; }
p { color: rgb(101,127,130); }
H1.HeaderClassName
{
color: #657F82;
}
.AnyTagClassName
{
color: #657F82;
}
</style>
background-color css
<style>
a { background-color: #657F82; }
a { background-color: rgb(101,127,130); }
div.DivClassName
{
background-color: #657F82;
}
.BgClassName
{
background-color: #657F82;
}
</style>
border-color css
<style>
span { border-color: #657F82; }
span { border-color: rgb(101,127,130); }
td.TdClassName
{
border-color: #657F82;
}
.TagClassName
{
border-color: #657F82;
}
</style>