Shades of Breaker Bay #577F7D
Tints of Breaker Bay #577F7D
RGB
CMYK
RGB Variations
Color information
#577F7D (or 0x577F7D) is known color: Breaker Bay. HEX triplet: 57, 7F and 7D. RGB value is (87,127,125). Sum of RGB (Red+Green+Blue) = 87+127+125=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 127 - color contains mainly: green. Hex color #577F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577F7D is #A88082. Grayscale: #727272. Windows color (decimal): -11042947 or 8224599. OLE color: 8224599.
HSL color Cylindrical-coordinate representation of color #577F7D: hue angle of 177º 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 #577F7D is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 125 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.50 |
| HSL | 177º | 0.19% | 0.42% | - |
| HSV(B) | 177º | 0.31% | 0.5% | - |
| XYZ | 15.22 | 18.69 | 22.21 | - |
| YUV | 114.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 125 | 0.31 | 0 | 0.02 | 0.50 | 177 | 0.19 | 0.42 |
| Hex | 57 | 7F | 7D | 1F | 0 | 2 | 32 | B1 | 13 | 2A |
| Octal | 127 | 177 | 175 | 37 | 0 | 2 | 62 | 261 | 23 | 52 |
| Binary | 1010111 | 1111111 | 1111101 | 11111 | 0 | 10 | 110010 | 10110001 | 10011 | 101010 |
Color Harmonies of #577F7D
Complementary color
Monochromatic Colors of #577F7D
Black with #577F7D
Text Example
Text Example
White with #577F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F7D; }
p { color: rgb(87,127,125); }
H1.HeaderClassName
{
color: #577F7D;
}
.AnyTagClassName
{
color: #577F7D;
}
</style>
background-color css
<style>
a { background-color: #577F7D; }
a { background-color: rgb(87,127,125); }
div.DivClassName
{
background-color: #577F7D;
}
.BgClassName
{
background-color: #577F7D;
}
</style>
border-color css
<style>
span { border-color: #577F7D; }
span { border-color: rgb(87,127,125); }
td.TdClassName
{
border-color: #577F7D;
}
.TagClassName
{
border-color: #577F7D;
}
</style>