Shades of Hoki #587A8B
Tints of Hoki #587A8B
RGB
CMYK
RGB Variations
Color information
#587A8B (or 0x587A8B) is known color: Hoki. HEX triplet: 58, 7A and 8B. RGB value is (88,122,139). Sum of RGB (Red+Green+Blue) = 88+122+139=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #587A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8B is #A78574. Grayscale: #717171. Windows color (decimal): -10978677 or 9140824. OLE color: 9140824.
HSL color Cylindrical-coordinate representation of color #587A8B: hue angle of 200º 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 #587A8B is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 122 | 139 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.45 |
| HSL | 200º | 0.22% | 0.45% | - |
| HSV(B) | 200º | 0.37% | 0.55% | - |
| XYZ | 15.64 | 17.86 | 27.05 | - |
| YUV | 113.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 139 | 0.37 | 0.12 | 0 | 0.45 | 200 | 0.22 | 0.45 |
| Hex | 58 | 7A | 8B | 25 | C | 0 | 2D | C8 | 16 | 2D |
| Octal | 130 | 172 | 213 | 45 | 14 | 0 | 55 | 310 | 26 | 55 |
| Binary | 1011000 | 1111010 | 10001011 | 100101 | 1100 | 0 | 101101 | 11001000 | 10110 | 101101 |
Color Harmonies of #587A8B
Complementary color
Monochromatic Colors of #587A8B
Black with #587A8B
Text Example
Text Example
White with #587A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A8B; }
p { color: rgb(88,122,139); }
H1.HeaderClassName
{
color: #587A8B;
}
.AnyTagClassName
{
color: #587A8B;
}
</style>
background-color css
<style>
a { background-color: #587A8B; }
a { background-color: rgb(88,122,139); }
div.DivClassName
{
background-color: #587A8B;
}
.BgClassName
{
background-color: #587A8B;
}
</style>
border-color css
<style>
span { border-color: #587A8B; }
span { border-color: rgb(88,122,139); }
td.TdClassName
{
border-color: #587A8B;
}
.TagClassName
{
border-color: #587A8B;
}
</style>