Shades of Breaker Bay #577C78
Tints of Breaker Bay #577C78
RGB
CMYK
RGB Variations
Color information
#577C78 (or 0x577C78) is known color: Breaker Bay. HEX triplet: 57, 7C and 78. RGB value is (87,124,120). Sum of RGB (Red+Green+Blue) = 87+124+120=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 124 - color contains mainly: green. Hex color #577C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C78 is #A88387. Grayscale: #707070. Windows color (decimal): -11043720 or 7896151. OLE color: 7896151.
HSL color Cylindrical-coordinate representation of color #577C78: hue angle of 173.51º 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 #577C78 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 120 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.51 |
| HSL | 173.51º | 0.18% | 0.41% | - |
| HSV(B) | 173.51º | 0.3% | 0.49% | - |
| XYZ | 14.53 | 17.8 | 20.44 | - |
| YUV | 112.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 120 | 0.30 | 0 | 0.03 | 0.51 | 173.51 | 0.18 | 0.41 |
| Hex | 57 | 7C | 78 | 1E | 0 | 3 | 33 | AE | 12 | 29 |
| Octal | 127 | 174 | 170 | 36 | 0 | 3 | 63 | 256 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1111000 | 11110 | 0 | 11 | 110011 | 10101110 | 10010 | 101001 |
Color Harmonies of #577C78
Complementary color
Monochromatic Colors of #577C78
Black with #577C78
Text Example
Text Example
White with #577C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C78; }
p { color: rgb(87,124,120); }
H1.HeaderClassName
{
color: #577C78;
}
.AnyTagClassName
{
color: #577C78;
}
</style>
background-color css
<style>
a { background-color: #577C78; }
a { background-color: rgb(87,124,120); }
div.DivClassName
{
background-color: #577C78;
}
.BgClassName
{
background-color: #577C78;
}
</style>
border-color css
<style>
span { border-color: #577C78; }
span { border-color: rgb(87,124,120); }
td.TdClassName
{
border-color: #577C78;
}
.TagClassName
{
border-color: #577C78;
}
</style>