Shades of Hoki #577A8D
Tints of Hoki #577A8D
RGB
CMYK
RGB Variations
Color information
#577A8D (or 0x577A8D) is known color: Hoki. HEX triplet: 57, 7A and 8D. RGB value is (87,122,141). Sum of RGB (Red+Green+Blue) = 87+122+141=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #577A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577A8D is #A88572. Grayscale: #717171. Windows color (decimal): -11044211 or 9271895. OLE color: 9271895.
HSL color Cylindrical-coordinate representation of color #577A8D: hue angle of 201.11º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #577A8D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 122 | 141 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.45 |
| HSL | 201.11º | 0.24% | 0.45% | - |
| HSV(B) | 201.11º | 0.38% | 0.55% | - |
| XYZ | 15.7 | 17.87 | 27.82 | - |
| YUV | 113.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 141 | 0.38 | 0.13 | 0 | 0.45 | 201.11 | 0.24 | 0.45 |
| Hex | 57 | 7A | 8D | 26 | D | 0 | 2D | C9 | 18 | 2D |
| Octal | 127 | 172 | 215 | 46 | 15 | 0 | 55 | 311 | 30 | 55 |
| Binary | 1010111 | 1111010 | 10001101 | 100110 | 1101 | 0 | 101101 | 11001001 | 11000 | 101101 |
Color Harmonies of #577A8D
Complementary color
Monochromatic Colors of #577A8D
Black with #577A8D
Text Example
Text Example
White with #577A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A8D; }
p { color: rgb(87,122,141); }
H1.HeaderClassName
{
color: #577A8D;
}
.AnyTagClassName
{
color: #577A8D;
}
</style>
background-color css
<style>
a { background-color: #577A8D; }
a { background-color: rgb(87,122,141); }
div.DivClassName
{
background-color: #577A8D;
}
.BgClassName
{
background-color: #577A8D;
}
</style>
border-color css
<style>
span { border-color: #577A8D; }
span { border-color: rgb(87,122,141); }
td.TdClassName
{
border-color: #577A8D;
}
.TagClassName
{
border-color: #577A8D;
}
</style>