Shades of Hoki #58828B
Tints of Hoki #58828B
RGB
CMYK
RGB Variations
Color information
#58828B (or 0x58828B) is known color: Hoki. HEX triplet: 58, 82 and 8B. RGB value is (88,130,139). Sum of RGB (Red+Green+Blue) = 88+130+139=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #58828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828B is #A77D74. Grayscale: #767676. Windows color (decimal): -10976629 or 9142872. OLE color: 9142872.
HSL color Cylindrical-coordinate representation of color #58828B: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58828B is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 130 | 139 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.45 |
| HSL | 190.59º | 0.22% | 0.45% | - |
| HSV(B) | 190.59º | 0.37% | 0.55% | - |
| XYZ | 16.67 | 19.9 | 27.39 | - |
| YUV | 118.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 139 | 0.37 | 0.06 | 0 | 0.45 | 190.59 | 0.22 | 0.45 |
| Hex | 58 | 82 | 8B | 25 | 6 | 0 | 2D | BF | 16 | 2D |
| Octal | 130 | 202 | 213 | 45 | 6 | 0 | 55 | 277 | 26 | 55 |
| Binary | 1011000 | 10000010 | 10001011 | 100101 | 110 | 0 | 101101 | 10111111 | 10110 | 101101 |
Color Harmonies of #58828B
Complementary color
Monochromatic Colors of #58828B
Black with #58828B
Text Example
Text Example
White with #58828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58828B; }
p { color: rgb(88,130,139); }
H1.HeaderClassName
{
color: #58828B;
}
.AnyTagClassName
{
color: #58828B;
}
</style>
background-color css
<style>
a { background-color: #58828B; }
a { background-color: rgb(88,130,139); }
div.DivClassName
{
background-color: #58828B;
}
.BgClassName
{
background-color: #58828B;
}
</style>
border-color css
<style>
span { border-color: #58828B; }
span { border-color: rgb(88,130,139); }
td.TdClassName
{
border-color: #58828B;
}
.TagClassName
{
border-color: #58828B;
}
</style>