Shades of Hoki #658284
Tints of Hoki #658284
RGB
CMYK
RGB Variations
Color information
#658284 (or 0x658284) is known color: Hoki. HEX triplet: 65, 82 and 84. RGB value is (101,130,132). Sum of RGB (Red+Green+Blue) = 101+130+132=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #658284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658284 is #9A7D7B. Grayscale: #797979. Windows color (decimal): -10124668 or 8684133. OLE color: 8684133.
HSL color Cylindrical-coordinate representation of color #658284: hue angle of 183.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658284 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 130 | 132 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.48 |
| HSL | 183.87º | 0.13% | 0.46% | - |
| HSV(B) | 183.87º | 0.23% | 0.52% | - |
| XYZ | 17.51 | 20.4 | 24.84 | - |
| YUV | 121.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 132 | 0.23 | 0.02 | 0 | 0.48 | 183.87 | 0.13 | 0.46 |
| Hex | 65 | 82 | 84 | 17 | 2 | 0 | 30 | B8 | D | 2E |
| Octal | 145 | 202 | 204 | 27 | 2 | 0 | 60 | 270 | 15 | 56 |
| Binary | 1100101 | 10000010 | 10000100 | 10111 | 10 | 0 | 110000 | 10111000 | 1101 | 101110 |
Color Harmonies of #658284
Complementary color
Monochromatic Colors of #658284
Black with #658284
Text Example
Text Example
White with #658284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658284; }
p { color: rgb(101,130,132); }
H1.HeaderClassName
{
color: #658284;
}
.AnyTagClassName
{
color: #658284;
}
</style>
background-color css
<style>
a { background-color: #658284; }
a { background-color: rgb(101,130,132); }
div.DivClassName
{
background-color: #658284;
}
.BgClassName
{
background-color: #658284;
}
</style>
border-color css
<style>
span { border-color: #658284; }
span { border-color: rgb(101,130,132); }
td.TdClassName
{
border-color: #658284;
}
.TagClassName
{
border-color: #658284;
}
</style>