Shades of Hoki #658082
Tints of Hoki #658082
RGB
CMYK
RGB Variations
Color information
#658082 (or 0x658082) is known color: Hoki. HEX triplet: 65, 80 and 82. RGB value is (101,128,130). Sum of RGB (Red+Green+Blue) = 101+128+130=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #658082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658082 is #9A7F7D. Grayscale: #787878. Windows color (decimal): -10125182 or 8552549. OLE color: 8552549.
HSL color Cylindrical-coordinate representation of color #658082: hue angle of 184.14º 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 #658082 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 128 | 130 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.49 |
| HSL | 184.14º | 0.13% | 0.45% | - |
| HSV(B) | 184.14º | 0.22% | 0.51% | - |
| XYZ | 17.12 | 19.82 | 24.04 | - |
| YUV | 120.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 130 | 0.22 | 0.02 | 0 | 0.49 | 184.14 | 0.13 | 0.45 |
| Hex | 65 | 80 | 82 | 16 | 2 | 0 | 31 | B8 | D | 2D |
| Octal | 145 | 200 | 202 | 26 | 2 | 0 | 61 | 270 | 15 | 55 |
| Binary | 1100101 | 10000000 | 10000010 | 10110 | 10 | 0 | 110001 | 10111000 | 1101 | 101101 |
Color Harmonies of #658082
Complementary color
Monochromatic Colors of #658082
Black with #658082
Text Example
Text Example
White with #658082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658082; }
p { color: rgb(101,128,130); }
H1.HeaderClassName
{
color: #658082;
}
.AnyTagClassName
{
color: #658082;
}
</style>
background-color css
<style>
a { background-color: #658082; }
a { background-color: rgb(101,128,130); }
div.DivClassName
{
background-color: #658082;
}
.BgClassName
{
background-color: #658082;
}
</style>
border-color css
<style>
span { border-color: #658082; }
span { border-color: rgb(101,128,130); }
td.TdClassName
{
border-color: #658082;
}
.TagClassName
{
border-color: #658082;
}
</style>