Shades of Breaker Bay #577F77
Tints of Breaker Bay #577F77
RGB
CMYK
RGB Variations
Color information
#577F77 (or 0x577F77) is known color: Breaker Bay. HEX triplet: 57, 7F and 77. RGB value is (87,127,119). Sum of RGB (Red+Green+Blue) = 87+127+119=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #577F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577F77 is #A88088. Grayscale: #727272. Windows color (decimal): -11042953 or 7831383. OLE color: 7831383.
HSL color Cylindrical-coordinate representation of color #577F77: hue angle of 168º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577F77 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 119 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.50 |
| HSL | 168º | 0.19% | 0.42% | - |
| HSV(B) | 168º | 0.31% | 0.5% | - |
| XYZ | 14.85 | 18.54 | 20.25 | - |
| YUV | 114.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 119 | 0.31 | 0 | 0.06 | 0.50 | 168 | 0.19 | 0.42 |
| Hex | 57 | 7F | 77 | 1F | 0 | 6 | 32 | A8 | 13 | 2A |
| Octal | 127 | 177 | 167 | 37 | 0 | 6 | 62 | 250 | 23 | 52 |
| Binary | 1010111 | 1111111 | 1110111 | 11111 | 0 | 110 | 110010 | 10101000 | 10011 | 101010 |
Color Harmonies of #577F77
Complementary color
Monochromatic Colors of #577F77
Black with #577F77
Text Example
Text Example
White with #577F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F77; }
p { color: rgb(87,127,119); }
H1.HeaderClassName
{
color: #577F77;
}
.AnyTagClassName
{
color: #577F77;
}
</style>
background-color css
<style>
a { background-color: #577F77; }
a { background-color: rgb(87,127,119); }
div.DivClassName
{
background-color: #577F77;
}
.BgClassName
{
background-color: #577F77;
}
</style>
border-color css
<style>
span { border-color: #577F77; }
span { border-color: rgb(87,127,119); }
td.TdClassName
{
border-color: #577F77;
}
.TagClassName
{
border-color: #577F77;
}
</style>