Shades of Hoki #657882
Tints of Hoki #657882
RGB
CMYK
RGB Variations
Color information
#657882 (or 0x657882) is known color: Hoki. HEX triplet: 65, 78 and 82. RGB value is (101,120,130). Sum of RGB (Red+Green+Blue) = 101+120+130=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #657882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657882 is #9A877D. Grayscale: #737373. Windows color (decimal): -10127230 or 8550501. OLE color: 8550501.
HSL color Cylindrical-coordinate representation of color #657882: hue angle of 200.69º 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 #657882 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 120 | 130 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.49 |
| HSL | 200.69º | 0.13% | 0.45% | - |
| HSV(B) | 200.69º | 0.22% | 0.51% | - |
| XYZ | 16.11 | 17.81 | 23.71 | - |
| YUV | 115.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 130 | 0.22 | 0.08 | 0 | 0.49 | 200.69 | 0.13 | 0.45 |
| Hex | 65 | 78 | 82 | 16 | 8 | 0 | 31 | C9 | D | 2D |
| Octal | 145 | 170 | 202 | 26 | 10 | 0 | 61 | 311 | 15 | 55 |
| Binary | 1100101 | 1111000 | 10000010 | 10110 | 1000 | 0 | 110001 | 11001001 | 1101 | 101101 |
Color Harmonies of #657882
Complementary color
Monochromatic Colors of #657882
Black with #657882
Text Example
Text Example
White with #657882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657882; }
p { color: rgb(101,120,130); }
H1.HeaderClassName
{
color: #657882;
}
.AnyTagClassName
{
color: #657882;
}
</style>
background-color css
<style>
a { background-color: #657882; }
a { background-color: rgb(101,120,130); }
div.DivClassName
{
background-color: #657882;
}
.BgClassName
{
background-color: #657882;
}
</style>
border-color css
<style>
span { border-color: #657882; }
span { border-color: rgb(101,120,130); }
td.TdClassName
{
border-color: #657882;
}
.TagClassName
{
border-color: #657882;
}
</style>