Shades of Breaker Bay #507F7B
Tints of Breaker Bay #507F7B
RGB
CMYK
RGB Variations
Color information
#507F7B (or 0x507F7B) is known color: Breaker Bay. HEX triplet: 50, 7F and 7B. RGB value is (80,127,123). Sum of RGB (Red+Green+Blue) = 80+127+123=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #507F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F7B is #AF8084. Grayscale: #707070. Windows color (decimal): -11501701 or 8093520. OLE color: 8093520.
HSL color Cylindrical-coordinate representation of color #507F7B: hue angle of 174.89º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F7B is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 123 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.50 |
| HSL | 174.89º | 0.23% | 0.41% | - |
| HSV(B) | 174.89º | 0.37% | 0.5% | - |
| XYZ | 14.47 | 18.31 | 21.51 | - |
| YUV | 112.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 123 | 0.37 | 0 | 0.03 | 0.50 | 174.89 | 0.23 | 0.41 |
| Hex | 50 | 7F | 7B | 25 | 0 | 3 | 32 | AF | 17 | 29 |
| Octal | 120 | 177 | 173 | 45 | 0 | 3 | 62 | 257 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1111011 | 100101 | 0 | 11 | 110010 | 10101111 | 10111 | 101001 |
Color Harmonies of #507F7B
Complementary color
Monochromatic Colors of #507F7B
Black with #507F7B
Text Example
Text Example
White with #507F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F7B; }
p { color: rgb(80,127,123); }
H1.HeaderClassName
{
color: #507F7B;
}
.AnyTagClassName
{
color: #507F7B;
}
</style>
background-color css
<style>
a { background-color: #507F7B; }
a { background-color: rgb(80,127,123); }
div.DivClassName
{
background-color: #507F7B;
}
.BgClassName
{
background-color: #507F7B;
}
</style>
border-color css
<style>
span { border-color: #507F7B; }
span { border-color: rgb(80,127,123); }
td.TdClassName
{
border-color: #507F7B;
}
.TagClassName
{
border-color: #507F7B;
}
</style>