Shades of Breaker Bay #507D79
Tints of Breaker Bay #507D79
RGB
CMYK
RGB Variations
Color information
#507D79 (or 0x507D79) is known color: Breaker Bay. HEX triplet: 50, 7D and 79. RGB value is (80,125,121). Sum of RGB (Red+Green+Blue) = 80+125+121=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #507D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D79 is #AF8286. Grayscale: #6F6F6F. Windows color (decimal): -11502215 or 7961936. OLE color: 7961936.
HSL color Cylindrical-coordinate representation of color #507D79: hue angle of 174.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507D79 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 121 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.51 |
| HSL | 174.67º | 0.22% | 0.4% | - |
| HSV(B) | 174.67º | 0.36% | 0.49% | - |
| XYZ | 14.09 | 17.75 | 20.77 | - |
| YUV | 111.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 121 | 0.36 | 0 | 0.03 | 0.51 | 174.67 | 0.22 | 0.4 |
| Hex | 50 | 7D | 79 | 24 | 0 | 3 | 33 | AF | 16 | 28 |
| Octal | 120 | 175 | 171 | 44 | 0 | 3 | 63 | 257 | 26 | 50 |
| Binary | 1010000 | 1111101 | 1111001 | 100100 | 0 | 11 | 110011 | 10101111 | 10110 | 101000 |
Color Harmonies of #507D79
Complementary color
Monochromatic Colors of #507D79
Black with #507D79
Text Example
Text Example
White with #507D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D79; }
p { color: rgb(80,125,121); }
H1.HeaderClassName
{
color: #507D79;
}
.AnyTagClassName
{
color: #507D79;
}
</style>
background-color css
<style>
a { background-color: #507D79; }
a { background-color: rgb(80,125,121); }
div.DivClassName
{
background-color: #507D79;
}
.BgClassName
{
background-color: #507D79;
}
</style>
border-color css
<style>
span { border-color: #507D79; }
span { border-color: rgb(80,125,121); }
td.TdClassName
{
border-color: #507D79;
}
.TagClassName
{
border-color: #507D79;
}
</style>