Shades of Hoki #658083
Tints of Hoki #658083
RGB
CMYK
RGB Variations
Color information
#658083 (or 0x658083) is known color: Hoki. HEX triplet: 65, 80 and 83. RGB value is (101,128,131). Sum of RGB (Red+Green+Blue) = 101+128+131=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 131 - color contains mainly: blue. Hex color #658083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658083 is #9A7F7C. Grayscale: #787878. Windows color (decimal): -10125181 or 8618085. OLE color: 8618085.
HSL color Cylindrical-coordinate representation of color #658083: hue angle of 186º 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 #658083 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 128 | 131 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.49 |
| HSL | 186º | 0.13% | 0.45% | - |
| HSV(B) | 186º | 0.23% | 0.51% | - |
| XYZ | 17.18 | 19.84 | 24.4 | - |
| YUV | 120.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 131 | 0.23 | 0.02 | 0 | 0.49 | 186 | 0.13 | 0.45 |
| Hex | 65 | 80 | 83 | 17 | 2 | 0 | 31 | BA | D | 2D |
| Octal | 145 | 200 | 203 | 27 | 2 | 0 | 61 | 272 | 15 | 55 |
| Binary | 1100101 | 10000000 | 10000011 | 10111 | 10 | 0 | 110001 | 10111010 | 1101 | 101101 |
Color Harmonies of #658083
Complementary color
Monochromatic Colors of #658083
Black with #658083
Text Example
Text Example
White with #658083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658083; }
p { color: rgb(101,128,131); }
H1.HeaderClassName
{
color: #658083;
}
.AnyTagClassName
{
color: #658083;
}
</style>
background-color css
<style>
a { background-color: #658083; }
a { background-color: rgb(101,128,131); }
div.DivClassName
{
background-color: #658083;
}
.BgClassName
{
background-color: #658083;
}
</style>
border-color css
<style>
span { border-color: #658083; }
span { border-color: rgb(101,128,131); }
td.TdClassName
{
border-color: #658083;
}
.TagClassName
{
border-color: #658083;
}
</style>