Shades of Breaker Bay #507C7B
Tints of Breaker Bay #507C7B
RGB
CMYK
RGB Variations
Color information
#507C7B (or 0x507C7B) is known color: Breaker Bay. HEX triplet: 50, 7C and 7B. RGB value is (80,124,123). Sum of RGB (Red+Green+Blue) = 80+124+123=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #507C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C7B is #AF8384. Grayscale: #6E6E6E. Windows color (decimal): -11502469 or 8092752. OLE color: 8092752.
HSL color Cylindrical-coordinate representation of color #507C7B: hue angle of 178.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C7B is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 123 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.51 |
| HSL | 178.64º | 0.22% | 0.4% | - |
| HSV(B) | 178.64º | 0.35% | 0.49% | - |
| XYZ | 14.09 | 17.55 | 21.38 | - |
| YUV | 110.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 123 | 0.35 | 0 | 0.01 | 0.51 | 178.64 | 0.22 | 0.4 |
| Hex | 50 | 7C | 7B | 23 | 0 | 1 | 33 | B3 | 16 | 28 |
| Octal | 120 | 174 | 173 | 43 | 0 | 1 | 63 | 263 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1111011 | 100011 | 0 | 1 | 110011 | 10110011 | 10110 | 101000 |
Color Harmonies of #507C7B
Complementary color
Monochromatic Colors of #507C7B
Black with #507C7B
Text Example
Text Example
White with #507C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C7B; }
p { color: rgb(80,124,123); }
H1.HeaderClassName
{
color: #507C7B;
}
.AnyTagClassName
{
color: #507C7B;
}
</style>
background-color css
<style>
a { background-color: #507C7B; }
a { background-color: rgb(80,124,123); }
div.DivClassName
{
background-color: #507C7B;
}
.BgClassName
{
background-color: #507C7B;
}
</style>
border-color css
<style>
span { border-color: #507C7B; }
span { border-color: rgb(80,124,123); }
td.TdClassName
{
border-color: #507C7B;
}
.TagClassName
{
border-color: #507C7B;
}
</style>