Shades of Hoki #577D8B
Tints of Hoki #577D8B
RGB
CMYK
RGB Variations
Color information
#577D8B (or 0x577D8B) is known color: Hoki. HEX triplet: 57, 7D and 8B. RGB value is (87,125,139). Sum of RGB (Red+Green+Blue) = 87+125+139=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #577D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D8B is #A88274. Grayscale: #737373. Windows color (decimal): -11043445 or 9141591. OLE color: 9141591.
HSL color Cylindrical-coordinate representation of color #577D8B: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #577D8B is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 125 | 139 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.45 |
| HSL | 196.15º | 0.23% | 0.44% | - |
| HSV(B) | 196.15º | 0.37% | 0.55% | - |
| XYZ | 15.92 | 18.56 | 27.17 | - |
| YUV | 115.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 139 | 0.37 | 0.10 | 0 | 0.45 | 196.15 | 0.23 | 0.44 |
| Hex | 57 | 7D | 8B | 25 | A | 0 | 2D | C4 | 17 | 2C |
| Octal | 127 | 175 | 213 | 45 | 12 | 0 | 55 | 304 | 27 | 54 |
| Binary | 1010111 | 1111101 | 10001011 | 100101 | 1010 | 0 | 101101 | 11000100 | 10111 | 101100 |
Color Harmonies of #577D8B
Complementary color
Monochromatic Colors of #577D8B
Black with #577D8B
Text Example
Text Example
White with #577D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577D8B; }
p { color: rgb(87,125,139); }
H1.HeaderClassName
{
color: #577D8B;
}
.AnyTagClassName
{
color: #577D8B;
}
</style>
background-color css
<style>
a { background-color: #577D8B; }
a { background-color: rgb(87,125,139); }
div.DivClassName
{
background-color: #577D8B;
}
.BgClassName
{
background-color: #577D8B;
}
</style>
border-color css
<style>
span { border-color: #577D8B; }
span { border-color: rgb(87,125,139); }
td.TdClassName
{
border-color: #577D8B;
}
.TagClassName
{
border-color: #577D8B;
}
</style>