Shades of Breaker Bay #50817B
Tints of Breaker Bay #50817B
RGB
CMYK
RGB Variations
Color information
#50817B (or 0x50817B) is known color: Breaker Bay. HEX triplet: 50, 81 and 7B. RGB value is (80,129,123). Sum of RGB (Red+Green+Blue) = 80+129+123=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #50817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50817B is #AF7E84. Grayscale: #717171. Windows color (decimal): -11501189 or 8094032. OLE color: 8094032.
HSL color Cylindrical-coordinate representation of color #50817B: hue angle of 172.65º 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 #50817B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 123 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.49 |
| HSL | 172.65º | 0.23% | 0.41% | - |
| HSV(B) | 172.65º | 0.38% | 0.51% | - |
| XYZ | 14.73 | 18.84 | 21.6 | - |
| YUV | 113.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 123 | 0.38 | 0 | 0.05 | 0.49 | 172.65 | 0.23 | 0.41 |
| Hex | 50 | 81 | 7B | 26 | 0 | 5 | 31 | AD | 17 | 29 |
| Octal | 120 | 201 | 173 | 46 | 0 | 5 | 61 | 255 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1111011 | 100110 | 0 | 101 | 110001 | 10101101 | 10111 | 101001 |
Color Harmonies of #50817B
Complementary color
Monochromatic Colors of #50817B
Black with #50817B
Text Example
Text Example
White with #50817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50817B; }
p { color: rgb(80,129,123); }
H1.HeaderClassName
{
color: #50817B;
}
.AnyTagClassName
{
color: #50817B;
}
</style>
background-color css
<style>
a { background-color: #50817B; }
a { background-color: rgb(80,129,123); }
div.DivClassName
{
background-color: #50817B;
}
.BgClassName
{
background-color: #50817B;
}
</style>
border-color css
<style>
span { border-color: #50817B; }
span { border-color: rgb(80,129,123); }
td.TdClassName
{
border-color: #50817B;
}
.TagClassName
{
border-color: #50817B;
}
</style>