Shades of Hoki #657983
Tints of Hoki #657983
RGB
CMYK
RGB Variations
Color information
#657983 (or 0x657983) is known color: Hoki. HEX triplet: 65, 79 and 83. RGB value is (101,121,131). Sum of RGB (Red+Green+Blue) = 101+121+131=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 131 - color contains mainly: blue. Hex color #657983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657983 is #9A867C. Grayscale: #747474. Windows color (decimal): -10126973 or 8616293. OLE color: 8616293.
HSL color Cylindrical-coordinate representation of color #657983: hue angle of 200º 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 #657983 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 121 | 131 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.49 |
| HSL | 200º | 0.13% | 0.45% | - |
| HSV(B) | 200º | 0.23% | 0.51% | - |
| XYZ | 16.3 | 18.08 | 24.1 | - |
| YUV | 116.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 131 | 0.23 | 0.08 | 0 | 0.49 | 200 | 0.13 | 0.45 |
| Hex | 65 | 79 | 83 | 17 | 8 | 0 | 31 | C8 | D | 2D |
| Octal | 145 | 171 | 203 | 27 | 10 | 0 | 61 | 310 | 15 | 55 |
| Binary | 1100101 | 1111001 | 10000011 | 10111 | 1000 | 0 | 110001 | 11001000 | 1101 | 101101 |
Color Harmonies of #657983
Complementary color
Monochromatic Colors of #657983
Black with #657983
Text Example
Text Example
White with #657983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657983; }
p { color: rgb(101,121,131); }
H1.HeaderClassName
{
color: #657983;
}
.AnyTagClassName
{
color: #657983;
}
</style>
background-color css
<style>
a { background-color: #657983; }
a { background-color: rgb(101,121,131); }
div.DivClassName
{
background-color: #657983;
}
.BgClassName
{
background-color: #657983;
}
</style>
border-color css
<style>
span { border-color: #657983; }
span { border-color: rgb(101,121,131); }
td.TdClassName
{
border-color: #657983;
}
.TagClassName
{
border-color: #657983;
}
</style>