Shades of Hoki #58808D
Tints of Hoki #58808D
RGB
CMYK
RGB Variations
Color information
#58808D (or 0x58808D) is known color: Hoki. HEX triplet: 58, 80 and 8D. RGB value is (88,128,141). Sum of RGB (Red+Green+Blue) = 88+128+141=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #58808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58808D is #A77F72. Grayscale: #757575. Windows color (decimal): -10977139 or 9273432. OLE color: 9273432.
HSL color Cylindrical-coordinate representation of color #58808D: hue angle of 194.72º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58808D is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 128 | 141 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.45 |
| HSL | 194.72º | 0.23% | 0.45% | - |
| HSV(B) | 194.72º | 0.38% | 0.55% | - |
| XYZ | 16.55 | 19.44 | 28.08 | - |
| YUV | 117.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 141 | 0.38 | 0.09 | 0 | 0.45 | 194.72 | 0.23 | 0.45 |
| Hex | 58 | 80 | 8D | 26 | 9 | 0 | 2D | C3 | 17 | 2D |
| Octal | 130 | 200 | 215 | 46 | 11 | 0 | 55 | 303 | 27 | 55 |
| Binary | 1011000 | 10000000 | 10001101 | 100110 | 1001 | 0 | 101101 | 11000011 | 10111 | 101101 |
Color Harmonies of #58808D
Complementary color
Monochromatic Colors of #58808D
Black with #58808D
Text Example
Text Example
White with #58808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58808D; }
p { color: rgb(88,128,141); }
H1.HeaderClassName
{
color: #58808D;
}
.AnyTagClassName
{
color: #58808D;
}
</style>
background-color css
<style>
a { background-color: #58808D; }
a { background-color: rgb(88,128,141); }
div.DivClassName
{
background-color: #58808D;
}
.BgClassName
{
background-color: #58808D;
}
</style>
border-color css
<style>
span { border-color: #58808D; }
span { border-color: rgb(88,128,141); }
td.TdClassName
{
border-color: #58808D;
}
.TagClassName
{
border-color: #58808D;
}
</style>