Shades of Breaker Bay #508177
Tints of Breaker Bay #508177
RGB
CMYK
RGB Variations
Color information
#508177 (or 0x508177) is known color: Breaker Bay. HEX triplet: 50, 81 and 77. RGB value is (80,129,119). Sum of RGB (Red+Green+Blue) = 80+129+119=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #508177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508177 is #AF7E88. Grayscale: #717171. Windows color (decimal): -11501193 or 7831888. OLE color: 7831888.
HSL color Cylindrical-coordinate representation of color #508177: hue angle of 167.76º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508177 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 119 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.49 |
| HSL | 167.76º | 0.23% | 0.41% | - |
| HSV(B) | 167.76º | 0.38% | 0.51% | - |
| XYZ | 14.49 | 18.74 | 20.31 | - |
| YUV | 113.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 119 | 0.38 | 0 | 0.08 | 0.49 | 167.76 | 0.23 | 0.41 |
| Hex | 50 | 81 | 77 | 26 | 0 | 8 | 31 | A8 | 17 | 29 |
| Octal | 120 | 201 | 167 | 46 | 0 | 10 | 61 | 250 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1110111 | 100110 | 0 | 1000 | 110001 | 10101000 | 10111 | 101001 |
Color Harmonies of #508177
Complementary color
Monochromatic Colors of #508177
Black with #508177
Text Example
Text Example
White with #508177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508177; }
p { color: rgb(80,129,119); }
H1.HeaderClassName
{
color: #508177;
}
.AnyTagClassName
{
color: #508177;
}
</style>
background-color css
<style>
a { background-color: #508177; }
a { background-color: rgb(80,129,119); }
div.DivClassName
{
background-color: #508177;
}
.BgClassName
{
background-color: #508177;
}
</style>
border-color css
<style>
span { border-color: #508177; }
span { border-color: rgb(80,129,119); }
td.TdClassName
{
border-color: #508177;
}
.TagClassName
{
border-color: #508177;
}
</style>