Shades of Breaker Bay #507E7D
Tints of Breaker Bay #507E7D
RGB
CMYK
RGB Variations
Color information
#507E7D (or 0x507E7D) is known color: Breaker Bay. HEX triplet: 50, 7E and 7D. RGB value is (80,126,125). Sum of RGB (Red+Green+Blue) = 80+126+125=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #507E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E7D is #AF8182. Grayscale: #707070. Windows color (decimal): -11501955 or 8224336. OLE color: 8224336.
HSL color Cylindrical-coordinate representation of color #507E7D: hue angle of 178.7º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E7D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 125 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.51 |
| HSL | 178.7º | 0.22% | 0.4% | - |
| HSV(B) | 178.7º | 0.37% | 0.49% | - |
| XYZ | 14.47 | 18.11 | 22.13 | - |
| YUV | 112.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 125 | 0.37 | 0 | 0.01 | 0.51 | 178.7 | 0.22 | 0.4 |
| Hex | 50 | 7E | 7D | 25 | 0 | 1 | 33 | B3 | 16 | 28 |
| Octal | 120 | 176 | 175 | 45 | 0 | 1 | 63 | 263 | 26 | 50 |
| Binary | 1010000 | 1111110 | 1111101 | 100101 | 0 | 1 | 110011 | 10110011 | 10110 | 101000 |
Color Harmonies of #507E7D
Complementary color
Monochromatic Colors of #507E7D
Black with #507E7D
Text Example
Text Example
White with #507E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E7D; }
p { color: rgb(80,126,125); }
H1.HeaderClassName
{
color: #507E7D;
}
.AnyTagClassName
{
color: #507E7D;
}
</style>
background-color css
<style>
a { background-color: #507E7D; }
a { background-color: rgb(80,126,125); }
div.DivClassName
{
background-color: #507E7D;
}
.BgClassName
{
background-color: #507E7D;
}
</style>
border-color css
<style>
span { border-color: #507E7D; }
span { border-color: rgb(80,126,125); }
td.TdClassName
{
border-color: #507E7D;
}
.TagClassName
{
border-color: #507E7D;
}
</style>