Shades of Hoki #587A8F
Tints of Hoki #587A8F
RGB
CMYK
RGB Variations
Color information
#587A8F (or 0x587A8F) is known color: Hoki. HEX triplet: 58, 7A and 8F. RGB value is (88,122,143). Sum of RGB (Red+Green+Blue) = 88+122+143=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #587A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8F is #A78570. Grayscale: #727272. Windows color (decimal): -10978673 or 9402968. OLE color: 9402968.
HSL color Cylindrical-coordinate representation of color #587A8F: hue angle of 202.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #587A8F is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 122 | 143 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.44 |
| HSL | 202.91º | 0.24% | 0.45% | - |
| HSV(B) | 202.91º | 0.38% | 0.56% | - |
| XYZ | 15.94 | 17.98 | 28.62 | - |
| YUV | 114.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 143 | 0.38 | 0.15 | 0 | 0.44 | 202.91 | 0.24 | 0.45 |
| Hex | 58 | 7A | 8F | 26 | F | 0 | 2C | CB | 18 | 2D |
| Octal | 130 | 172 | 217 | 46 | 17 | 0 | 54 | 313 | 30 | 55 |
| Binary | 1011000 | 1111010 | 10001111 | 100110 | 1111 | 0 | 101100 | 11001011 | 11000 | 101101 |
Color Harmonies of #587A8F
Complementary color
Monochromatic Colors of #587A8F
Black with #587A8F
Text Example
Text Example
White with #587A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587A8F; }
p { color: rgb(88,122,143); }
H1.HeaderClassName
{
color: #587A8F;
}
.AnyTagClassName
{
color: #587A8F;
}
</style>
background-color css
<style>
a { background-color: #587A8F; }
a { background-color: rgb(88,122,143); }
div.DivClassName
{
background-color: #587A8F;
}
.BgClassName
{
background-color: #587A8F;
}
</style>
border-color css
<style>
span { border-color: #587A8F; }
span { border-color: rgb(88,122,143); }
td.TdClassName
{
border-color: #587A8F;
}
.TagClassName
{
border-color: #587A8F;
}
</style>