Shades of Hoki #65808B
Tints of Hoki #65808B
RGB
CMYK
RGB Variations
Color information
#65808B (or 0x65808B) is known color: Hoki. HEX triplet: 65, 80 and 8B. RGB value is (101,128,139). Sum of RGB (Red+Green+Blue) = 101+128+139=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #65808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65808B is #9A7F74. Grayscale: #797979. Windows color (decimal): -10125173 or 9142373. OLE color: 9142373.
HSL color Cylindrical-coordinate representation of color #65808B: hue angle of 197.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65808B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 128 | 139 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.45 |
| HSL | 197.37º | 0.16% | 0.47% | - |
| HSV(B) | 197.37º | 0.27% | 0.55% | - |
| XYZ | 17.75 | 20.07 | 27.36 | - |
| YUV | 121.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 139 | 0.27 | 0.08 | 0 | 0.45 | 197.37 | 0.16 | 0.47 |
| Hex | 65 | 80 | 8B | 1B | 8 | 0 | 2D | C5 | 10 | 2F |
| Octal | 145 | 200 | 213 | 33 | 10 | 0 | 55 | 305 | 20 | 57 |
| Binary | 1100101 | 10000000 | 10001011 | 11011 | 1000 | 0 | 101101 | 11000101 | 10000 | 101111 |
Color Harmonies of #65808B
Complementary color
Monochromatic Colors of #65808B
Black with #65808B
Text Example
Text Example
White with #65808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65808B; }
p { color: rgb(101,128,139); }
H1.HeaderClassName
{
color: #65808B;
}
.AnyTagClassName
{
color: #65808B;
}
</style>
background-color css
<style>
a { background-color: #65808B; }
a { background-color: rgb(101,128,139); }
div.DivClassName
{
background-color: #65808B;
}
.BgClassName
{
background-color: #65808B;
}
</style>
border-color css
<style>
span { border-color: #65808B; }
span { border-color: rgb(101,128,139); }
td.TdClassName
{
border-color: #65808B;
}
.TagClassName
{
border-color: #65808B;
}
</style>