Shades of Hoki #658283
Tints of Hoki #658283
RGB
CMYK
RGB Variations
Color information
#658283 (or 0x658283) is known color: Hoki. HEX triplet: 65, 82 and 83. RGB value is (101,130,131). Sum of RGB (Red+Green+Blue) = 101+130+131=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #658283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658283 is #9A7D7C. Grayscale: #797979. Windows color (decimal): -10124669 or 8618597. OLE color: 8618597.
HSL color Cylindrical-coordinate representation of color #658283: hue angle of 182º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658283 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 131 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.49 |
| HSL | 182º | 0.13% | 0.45% | - |
| HSV(B) | 182º | 0.23% | 0.51% | - |
| XYZ | 17.45 | 20.37 | 24.49 | - |
| YUV | 121.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 131 | 0.23 | 0.01 | 0 | 0.49 | 182 | 0.13 | 0.45 |
| Hex | 65 | 82 | 83 | 17 | 1 | 0 | 31 | B6 | D | 2D |
| Octal | 145 | 202 | 203 | 27 | 1 | 0 | 61 | 266 | 15 | 55 |
| Binary | 1100101 | 10000010 | 10000011 | 10111 | 1 | 0 | 110001 | 10110110 | 1101 | 101101 |
Color Harmonies of #658283
Complementary color
Monochromatic Colors of #658283
Black with #658283
Text Example
Text Example
White with #658283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658283; }
p { color: rgb(101,130,131); }
H1.HeaderClassName
{
color: #658283;
}
.AnyTagClassName
{
color: #658283;
}
</style>
background-color css
<style>
a { background-color: #658283; }
a { background-color: rgb(101,130,131); }
div.DivClassName
{
background-color: #658283;
}
.BgClassName
{
background-color: #658283;
}
</style>
border-color css
<style>
span { border-color: #658283; }
span { border-color: rgb(101,130,131); }
td.TdClassName
{
border-color: #658283;
}
.TagClassName
{
border-color: #658283;
}
</style>