Shades of Hoki #58808B
Tints of Hoki #58808B
RGB
CMYK
RGB Variations
Color information
#58808B (or 0x58808B) is known color: Hoki. HEX triplet: 58, 80 and 8B. RGB value is (88,128,139). Sum of RGB (Red+Green+Blue) = 88+128+139=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #58808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58808B is #A77F74. Grayscale: #757575. Windows color (decimal): -10977141 or 9142360. OLE color: 9142360.
HSL color Cylindrical-coordinate representation of color #58808B: hue angle of 192.94º 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 #58808B is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 128 | 139 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.45 |
| HSL | 192.94º | 0.22% | 0.45% | - |
| HSV(B) | 192.94º | 0.37% | 0.55% | - |
| XYZ | 16.4 | 19.38 | 27.3 | - |
| YUV | 117.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 128 | 139 | 0.37 | 0.08 | 0 | 0.45 | 192.94 | 0.22 | 0.45 |
| Hex | 58 | 80 | 8B | 25 | 8 | 0 | 2D | C1 | 16 | 2D |
| Octal | 130 | 200 | 213 | 45 | 10 | 0 | 55 | 301 | 26 | 55 |
| Binary | 1011000 | 10000000 | 10001011 | 100101 | 1000 | 0 | 101101 | 11000001 | 10110 | 101101 |
Color Harmonies of #58808B
Complementary color
Monochromatic Colors of #58808B
Black with #58808B
Text Example
Text Example
White with #58808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58808B; }
p { color: rgb(88,128,139); }
H1.HeaderClassName
{
color: #58808B;
}
.AnyTagClassName
{
color: #58808B;
}
</style>
background-color css
<style>
a { background-color: #58808B; }
a { background-color: rgb(88,128,139); }
div.DivClassName
{
background-color: #58808B;
}
.BgClassName
{
background-color: #58808B;
}
</style>
border-color css
<style>
span { border-color: #58808B; }
span { border-color: rgb(88,128,139); }
td.TdClassName
{
border-color: #58808B;
}
.TagClassName
{
border-color: #58808B;
}
</style>