Shades of Hoki #58788A
Tints of Hoki #58788A
RGB
CMYK
RGB Variations
Color information
#58788A (or 0x58788A) is known color: Hoki. HEX triplet: 58, 78 and 8A. RGB value is (88,120,138). Sum of RGB (Red+Green+Blue) = 88+120+138=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #58788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58788A is #A78775. Grayscale: #707070. Windows color (decimal): -10979190 or 9074776. OLE color: 9074776.
HSL color Cylindrical-coordinate representation of color #58788A: hue angle of 201.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 #58788A is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 120 | 138 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.46 |
| HSL | 201.6º | 0.22% | 0.44% | - |
| HSV(B) | 201.6º | 0.36% | 0.54% | - |
| XYZ | 15.33 | 17.34 | 26.58 | - |
| YUV | 112.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 120 | 138 | 0.36 | 0.13 | 0 | 0.46 | 201.6 | 0.22 | 0.44 |
| Hex | 58 | 78 | 8A | 24 | D | 0 | 2E | CA | 16 | 2C |
| Octal | 130 | 170 | 212 | 44 | 15 | 0 | 56 | 312 | 26 | 54 |
| Binary | 1011000 | 1111000 | 10001010 | 100100 | 1101 | 0 | 101110 | 11001010 | 10110 | 101100 |
Color Harmonies of #58788A
Complementary color
Monochromatic Colors of #58788A
Black with #58788A
Text Example
Text Example
White with #58788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58788A; }
p { color: rgb(88,120,138); }
H1.HeaderClassName
{
color: #58788A;
}
.AnyTagClassName
{
color: #58788A;
}
</style>
background-color css
<style>
a { background-color: #58788A; }
a { background-color: rgb(88,120,138); }
div.DivClassName
{
background-color: #58788A;
}
.BgClassName
{
background-color: #58788A;
}
</style>
border-color css
<style>
span { border-color: #58788A; }
span { border-color: rgb(88,120,138); }
td.TdClassName
{
border-color: #58788A;
}
.TagClassName
{
border-color: #58788A;
}
</style>