Shades of Hoki #587A8A
Tints of Hoki #587A8A
RGB
CMYK
RGB Variations
Color information
#587A8A (or 0x587A8A) is known color: Hoki. HEX triplet: 58, 7A and 8A. RGB value is (88,122,138). Sum of RGB (Red+Green+Blue) = 88+122+138=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #587A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8A is #A78575. Grayscale: #717171. Windows color (decimal): -10978678 or 9075288. OLE color: 9075288.
HSL color Cylindrical-coordinate representation of color #587A8A: hue angle of 199.2º 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 #587A8A is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 122 | 138 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.46 |
| HSL | 199.2º | 0.22% | 0.44% | - |
| HSV(B) | 199.2º | 0.36% | 0.54% | - |
| XYZ | 15.57 | 17.83 | 26.67 | - |
| YUV | 113.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 138 | 0.36 | 0.12 | 0 | 0.46 | 199.2 | 0.22 | 0.44 |
| Hex | 58 | 7A | 8A | 24 | C | 0 | 2E | C7 | 16 | 2C |
| Octal | 130 | 172 | 212 | 44 | 14 | 0 | 56 | 307 | 26 | 54 |
| Binary | 1011000 | 1111010 | 10001010 | 100100 | 1100 | 0 | 101110 | 11000111 | 10110 | 101100 |
Color Harmonies of #587A8A
Complementary color
Monochromatic Colors of #587A8A
Black with #587A8A
Text Example
Text Example
White with #587A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A8A; }
p { color: rgb(88,122,138); }
H1.HeaderClassName
{
color: #587A8A;
}
.AnyTagClassName
{
color: #587A8A;
}
</style>
background-color css
<style>
a { background-color: #587A8A; }
a { background-color: rgb(88,122,138); }
div.DivClassName
{
background-color: #587A8A;
}
.BgClassName
{
background-color: #587A8A;
}
</style>
border-color css
<style>
span { border-color: #587A8A; }
span { border-color: rgb(88,122,138); }
td.TdClassName
{
border-color: #587A8A;
}
.TagClassName
{
border-color: #587A8A;
}
</style>