Shades of Hoki #65828D
Tints of Hoki #65828D
RGB
CMYK
RGB Variations
Color information
#65828D (or 0x65828D) is known color: Hoki. HEX triplet: 65, 82 and 8D. RGB value is (101,130,141). Sum of RGB (Red+Green+Blue) = 101+130+141=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #65828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65828D is #9A7D72. Grayscale: #7A7A7A. Windows color (decimal): -10124659 or 9273957. OLE color: 9273957.
HSL color Cylindrical-coordinate representation of color #65828D: hue angle of 196.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65828D is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 130 | 141 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.45 |
| HSL | 196.5º | 0.17% | 0.47% | - |
| HSV(B) | 196.5º | 0.28% | 0.55% | - |
| XYZ | 18.16 | 20.66 | 28.23 | - |
| YUV | 122.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 141 | 0.28 | 0.08 | 0 | 0.45 | 196.5 | 0.17 | 0.47 |
| Hex | 65 | 82 | 8D | 1C | 8 | 0 | 2D | C4 | 11 | 2F |
| Octal | 145 | 202 | 215 | 34 | 10 | 0 | 55 | 304 | 21 | 57 |
| Binary | 1100101 | 10000010 | 10001101 | 11100 | 1000 | 0 | 101101 | 11000100 | 10001 | 101111 |
Color Harmonies of #65828D
Complementary color
Monochromatic Colors of #65828D
Black with #65828D
Text Example
Text Example
White with #65828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65828D; }
p { color: rgb(101,130,141); }
H1.HeaderClassName
{
color: #65828D;
}
.AnyTagClassName
{
color: #65828D;
}
</style>
background-color css
<style>
a { background-color: #65828D; }
a { background-color: rgb(101,130,141); }
div.DivClassName
{
background-color: #65828D;
}
.BgClassName
{
background-color: #65828D;
}
</style>
border-color css
<style>
span { border-color: #65828D; }
span { border-color: rgb(101,130,141); }
td.TdClassName
{
border-color: #65828D;
}
.TagClassName
{
border-color: #65828D;
}
</style>