Shades of Hoki #58828A
Tints of Hoki #58828A
RGB
CMYK
RGB Variations
Color information
#58828A (or 0x58828A) is known color: Hoki. HEX triplet: 58, 82 and 8A. RGB value is (88,130,138). Sum of RGB (Red+Green+Blue) = 88+130+138=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #58828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828A is #A77D75. Grayscale: #767676. Windows color (decimal): -10976630 or 9077336. OLE color: 9077336.
HSL color Cylindrical-coordinate representation of color #58828A: hue angle of 189.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58828A is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 130 | 138 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.46 |
| HSL | 189.6º | 0.22% | 0.44% | - |
| HSV(B) | 189.6º | 0.36% | 0.54% | - |
| XYZ | 16.59 | 19.87 | 27.01 | - |
| YUV | 118.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 138 | 0.36 | 0.06 | 0 | 0.46 | 189.6 | 0.22 | 0.44 |
| Hex | 58 | 82 | 8A | 24 | 6 | 0 | 2E | BE | 16 | 2C |
| Octal | 130 | 202 | 212 | 44 | 6 | 0 | 56 | 276 | 26 | 54 |
| Binary | 1011000 | 10000010 | 10001010 | 100100 | 110 | 0 | 101110 | 10111110 | 10110 | 101100 |
Color Harmonies of #58828A
Complementary color
Monochromatic Colors of #58828A
Black with #58828A
Text Example
Text Example
White with #58828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58828A; }
p { color: rgb(88,130,138); }
H1.HeaderClassName
{
color: #58828A;
}
.AnyTagClassName
{
color: #58828A;
}
</style>
background-color css
<style>
a { background-color: #58828A; }
a { background-color: rgb(88,130,138); }
div.DivClassName
{
background-color: #58828A;
}
.BgClassName
{
background-color: #58828A;
}
</style>
border-color css
<style>
span { border-color: #58828A; }
span { border-color: rgb(88,130,138); }
td.TdClassName
{
border-color: #58828A;
}
.TagClassName
{
border-color: #58828A;
}
</style>