Shades of Hoki #657D83
Tints of Hoki #657D83
RGB
CMYK
RGB Variations
Color information
#657D83 (or 0x657D83) is known color: Hoki. HEX triplet: 65, 7D and 83. RGB value is (101,125,131). Sum of RGB (Red+Green+Blue) = 101+125+131=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #657D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D83 is #9A827C. Grayscale: #767676. Windows color (decimal): -10125949 or 8617317. OLE color: 8617317.
HSL color Cylindrical-coordinate representation of color #657D83: hue angle of 192º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657D83 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 125 | 131 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.49 |
| HSL | 192º | 0.13% | 0.45% | - |
| HSV(B) | 192º | 0.23% | 0.51% | - |
| XYZ | 16.8 | 19.07 | 24.27 | - |
| YUV | 118.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 131 | 0.23 | 0.05 | 0 | 0.49 | 192 | 0.13 | 0.45 |
| Hex | 65 | 7D | 83 | 17 | 5 | 0 | 31 | C0 | D | 2D |
| Octal | 145 | 175 | 203 | 27 | 5 | 0 | 61 | 300 | 15 | 55 |
| Binary | 1100101 | 1111101 | 10000011 | 10111 | 101 | 0 | 110001 | 11000000 | 1101 | 101101 |
Color Harmonies of #657D83
Complementary color
Monochromatic Colors of #657D83
Black with #657D83
Text Example
Text Example
White with #657D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D83; }
p { color: rgb(101,125,131); }
H1.HeaderClassName
{
color: #657D83;
}
.AnyTagClassName
{
color: #657D83;
}
</style>
background-color css
<style>
a { background-color: #657D83; }
a { background-color: rgb(101,125,131); }
div.DivClassName
{
background-color: #657D83;
}
.BgClassName
{
background-color: #657D83;
}
</style>
border-color css
<style>
span { border-color: #657D83; }
span { border-color: rgb(101,125,131); }
td.TdClassName
{
border-color: #657D83;
}
.TagClassName
{
border-color: #657D83;
}
</style>