Shades of Hoki #65828A
Tints of Hoki #65828A
RGB
CMYK
RGB Variations
Color information
#65828A (or 0x65828A) is known color: Hoki. HEX triplet: 65, 82 and 8A. RGB value is (101,130,138). Sum of RGB (Red+Green+Blue) = 101+130+138=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #65828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65828A is #9A7D75. Grayscale: #7A7A7A. Windows color (decimal): -10124662 or 9077349. OLE color: 9077349.
HSL color Cylindrical-coordinate representation of color #65828A: hue angle of 192.97º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65828A is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 130 | 138 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.46 |
| HSL | 192.97º | 0.15% | 0.47% | - |
| HSV(B) | 192.97º | 0.27% | 0.54% | - |
| XYZ | 17.94 | 20.57 | 27.07 | - |
| YUV | 122.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 138 | 0.27 | 0.06 | 0 | 0.46 | 192.97 | 0.15 | 0.47 |
| Hex | 65 | 82 | 8A | 1B | 6 | 0 | 2E | C1 | F | 2F |
| Octal | 145 | 202 | 212 | 33 | 6 | 0 | 56 | 301 | 17 | 57 |
| Binary | 1100101 | 10000010 | 10001010 | 11011 | 110 | 0 | 101110 | 11000001 | 1111 | 101111 |
Color Harmonies of #65828A
Complementary color
Monochromatic Colors of #65828A
Black with #65828A
Text Example
Text Example
White with #65828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65828A; }
p { color: rgb(101,130,138); }
H1.HeaderClassName
{
color: #65828A;
}
.AnyTagClassName
{
color: #65828A;
}
</style>
background-color css
<style>
a { background-color: #65828A; }
a { background-color: rgb(101,130,138); }
div.DivClassName
{
background-color: #65828A;
}
.BgClassName
{
background-color: #65828A;
}
</style>
border-color css
<style>
span { border-color: #65828A; }
span { border-color: rgb(101,130,138); }
td.TdClassName
{
border-color: #65828A;
}
.TagClassName
{
border-color: #65828A;
}
</style>