Shades of Hoki #577E8E
Tints of Hoki #577E8E
RGB
CMYK
RGB Variations
Color information
#577E8E (or 0x577E8E) is known color: Hoki. HEX triplet: 57, 7E and 8E. RGB value is (87,126,142). Sum of RGB (Red+Green+Blue) = 87+126+142=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #577E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E8E is #A88171. Grayscale: #747474. Windows color (decimal): -11043186 or 9338455. OLE color: 9338455.
HSL color Cylindrical-coordinate representation of color #577E8E: hue angle of 197.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #577E8E is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 126 | 142 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.44 |
| HSL | 197.45º | 0.24% | 0.45% | - |
| HSV(B) | 197.45º | 0.39% | 0.56% | - |
| XYZ | 16.27 | 18.9 | 28.38 | - |
| YUV | 116.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 142 | 0.39 | 0.11 | 0 | 0.44 | 197.45 | 0.24 | 0.45 |
| Hex | 57 | 7E | 8E | 27 | B | 0 | 2C | C5 | 18 | 2D |
| Octal | 127 | 176 | 216 | 47 | 13 | 0 | 54 | 305 | 30 | 55 |
| Binary | 1010111 | 1111110 | 10001110 | 100111 | 1011 | 0 | 101100 | 11000101 | 11000 | 101101 |
Color Harmonies of #577E8E
Complementary color
Monochromatic Colors of #577E8E
Black with #577E8E
Text Example
Text Example
White with #577E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E8E; }
p { color: rgb(87,126,142); }
H1.HeaderClassName
{
color: #577E8E;
}
.AnyTagClassName
{
color: #577E8E;
}
</style>
background-color css
<style>
a { background-color: #577E8E; }
a { background-color: rgb(87,126,142); }
div.DivClassName
{
background-color: #577E8E;
}
.BgClassName
{
background-color: #577E8E;
}
</style>
border-color css
<style>
span { border-color: #577E8E; }
span { border-color: rgb(87,126,142); }
td.TdClassName
{
border-color: #577E8E;
}
.TagClassName
{
border-color: #577E8E;
}
</style>