Shades of Hoki #657C83
Tints of Hoki #657C83
RGB
CMYK
RGB Variations
Color information
#657C83 (or 0x657C83) is known color: Hoki. HEX triplet: 65, 7C and 83. RGB value is (101,124,131). Sum of RGB (Red+Green+Blue) = 101+124+131=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #657C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C83 is #9A837C. Grayscale: #757575. Windows color (decimal): -10126205 or 8617061. OLE color: 8617061.
HSL color Cylindrical-coordinate representation of color #657C83: hue angle of 194º 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 #657C83 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 124 | 131 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.49 |
| HSL | 194º | 0.13% | 0.45% | - |
| HSV(B) | 194º | 0.23% | 0.51% | - |
| XYZ | 16.67 | 18.82 | 24.23 | - |
| YUV | 117.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 131 | 0.23 | 0.05 | 0 | 0.49 | 194 | 0.13 | 0.45 |
| Hex | 65 | 7C | 83 | 17 | 5 | 0 | 31 | C2 | D | 2D |
| Octal | 145 | 174 | 203 | 27 | 5 | 0 | 61 | 302 | 15 | 55 |
| Binary | 1100101 | 1111100 | 10000011 | 10111 | 101 | 0 | 110001 | 11000010 | 1101 | 101101 |
Color Harmonies of #657C83
Complementary color
Monochromatic Colors of #657C83
Black with #657C83
Text Example
Text Example
White with #657C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C83; }
p { color: rgb(101,124,131); }
H1.HeaderClassName
{
color: #657C83;
}
.AnyTagClassName
{
color: #657C83;
}
</style>
background-color css
<style>
a { background-color: #657C83; }
a { background-color: rgb(101,124,131); }
div.DivClassName
{
background-color: #657C83;
}
.BgClassName
{
background-color: #657C83;
}
</style>
border-color css
<style>
span { border-color: #657C83; }
span { border-color: rgb(101,124,131); }
td.TdClassName
{
border-color: #657C83;
}
.TagClassName
{
border-color: #657C83;
}
</style>