Shades of Breaker Bay #507C7C
Tints of Breaker Bay #507C7C
RGB
CMYK
RGB Variations
Color information
#507C7C (or 0x507C7C) is known color: Breaker Bay. HEX triplet: 50, 7C and 7C. RGB value is (80,124,124). Sum of RGB (Red+Green+Blue) = 80+124+124=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #507C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C7C is #AF8383. Grayscale: #6E6E6E. Windows color (decimal): -11502468 or 8158288. OLE color: 8158288.
HSL color Cylindrical-coordinate representation of color #507C7C: hue angle of 180º 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 #507C7C is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 124 | - |
| CMYK | 0.35 | 0 | 0 | 0.51 |
| HSL | 180º | 0.22% | 0.4% | - |
| HSV(B) | 180º | 0.35% | 0.49% | - |
| XYZ | 14.15 | 17.58 | 21.72 | - |
| YUV | 110.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 124 | 0.35 | 0 | 0 | 0.51 | 180 | 0.22 | 0.4 |
| Hex | 50 | 7C | 7C | 23 | 0 | 0 | 33 | B4 | 16 | 28 |
| Octal | 120 | 174 | 174 | 43 | 0 | 0 | 63 | 264 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1111100 | 100011 | 0 | 0 | 110011 | 10110100 | 10110 | 101000 |
Color Harmonies of #507C7C
Complementary color
Monochromatic Colors of #507C7C
Black with #507C7C
Text Example
Text Example
White with #507C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C7C; }
p { color: rgb(80,124,124); }
H1.HeaderClassName
{
color: #507C7C;
}
.AnyTagClassName
{
color: #507C7C;
}
</style>
background-color css
<style>
a { background-color: #507C7C; }
a { background-color: rgb(80,124,124); }
div.DivClassName
{
background-color: #507C7C;
}
.BgClassName
{
background-color: #507C7C;
}
</style>
border-color css
<style>
span { border-color: #507C7C; }
span { border-color: rgb(80,124,124); }
td.TdClassName
{
border-color: #507C7C;
}
.TagClassName
{
border-color: #507C7C;
}
</style>