Shades of Hoki #577B8C
Tints of Hoki #577B8C
RGB
CMYK
RGB Variations
Color information
#577B8C (or 0x577B8C) is known color: Hoki. HEX triplet: 57, 7B and 8C. RGB value is (87,123,140). Sum of RGB (Red+Green+Blue) = 87+123+140=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #577B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577B8C is #A88473. Grayscale: #727272. Windows color (decimal): -11043956 or 9206615. OLE color: 9206615.
HSL color Cylindrical-coordinate representation of color #577B8C: hue angle of 199.25º degrees, saturation: 0.23, 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 #577B8C is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 123 | 140 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.45 |
| HSL | 199.25º | 0.23% | 0.45% | - |
| HSV(B) | 199.25º | 0.38% | 0.55% | - |
| XYZ | 15.75 | 18.09 | 27.47 | - |
| YUV | 114.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 140 | 0.38 | 0.12 | 0 | 0.45 | 199.25 | 0.23 | 0.45 |
| Hex | 57 | 7B | 8C | 26 | C | 0 | 2D | C7 | 17 | 2D |
| Octal | 127 | 173 | 214 | 46 | 14 | 0 | 55 | 307 | 27 | 55 |
| Binary | 1010111 | 1111011 | 10001100 | 100110 | 1100 | 0 | 101101 | 11000111 | 10111 | 101101 |
Color Harmonies of #577B8C
Complementary color
Monochromatic Colors of #577B8C
Black with #577B8C
Text Example
Text Example
White with #577B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B8C; }
p { color: rgb(87,123,140); }
H1.HeaderClassName
{
color: #577B8C;
}
.AnyTagClassName
{
color: #577B8C;
}
</style>
background-color css
<style>
a { background-color: #577B8C; }
a { background-color: rgb(87,123,140); }
div.DivClassName
{
background-color: #577B8C;
}
.BgClassName
{
background-color: #577B8C;
}
</style>
border-color css
<style>
span { border-color: #577B8C; }
span { border-color: rgb(87,123,140); }
td.TdClassName
{
border-color: #577B8C;
}
.TagClassName
{
border-color: #577B8C;
}
</style>