Shades of Breaker Bay #577C7A
Tints of Breaker Bay #577C7A
RGB
CMYK
RGB Variations
Color information
#577C7A (or 0x577C7A) is known color: Breaker Bay. HEX triplet: 57, 7C and 7A. RGB value is (87,124,122). Sum of RGB (Red+Green+Blue) = 87+124+122=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #577C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C7A is #A88385. Grayscale: #707070. Windows color (decimal): -11043718 or 8027223. OLE color: 8027223.
HSL color Cylindrical-coordinate representation of color #577C7A: hue angle of 176.76º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577C7A is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 122 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.51 |
| HSL | 176.76º | 0.18% | 0.41% | - |
| HSV(B) | 176.76º | 0.3% | 0.49% | - |
| XYZ | 14.65 | 17.85 | 21.08 | - |
| YUV | 112.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 122 | 0.30 | 0 | 0.02 | 0.51 | 176.76 | 0.18 | 0.41 |
| Hex | 57 | 7C | 7A | 1E | 0 | 2 | 33 | B1 | 12 | 29 |
| Octal | 127 | 174 | 172 | 36 | 0 | 2 | 63 | 261 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1111010 | 11110 | 0 | 10 | 110011 | 10110001 | 10010 | 101001 |
Color Harmonies of #577C7A
Complementary color
Monochromatic Colors of #577C7A
Black with #577C7A
Text Example
Text Example
White with #577C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C7A; }
p { color: rgb(87,124,122); }
H1.HeaderClassName
{
color: #577C7A;
}
.AnyTagClassName
{
color: #577C7A;
}
</style>
background-color css
<style>
a { background-color: #577C7A; }
a { background-color: rgb(87,124,122); }
div.DivClassName
{
background-color: #577C7A;
}
.BgClassName
{
background-color: #577C7A;
}
</style>
border-color css
<style>
span { border-color: #577C7A; }
span { border-color: rgb(87,124,122); }
td.TdClassName
{
border-color: #577C7A;
}
.TagClassName
{
border-color: #577C7A;
}
</style>