Shades of Breaker Bay #51807C
Tints of Breaker Bay #51807C
RGB
CMYK
RGB Variations
Color information
#51807C (or 0x51807C) is known color: Breaker Bay. HEX triplet: 51, 80 and 7C. RGB value is (81,128,124). Sum of RGB (Red+Green+Blue) = 81+128+124=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #51807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51807C is #AE7F83. Grayscale: #717171. Windows color (decimal): -11435908 or 8159313. OLE color: 8159313.
HSL color Cylindrical-coordinate representation of color #51807C: hue angle of 174.89º degrees, saturation: 0.22, 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 #51807C is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 124 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.50 |
| HSL | 174.89º | 0.22% | 0.41% | - |
| HSV(B) | 174.89º | 0.37% | 0.5% | - |
| XYZ | 14.75 | 18.64 | 21.89 | - |
| YUV | 113.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 124 | 0.37 | 0 | 0.03 | 0.50 | 174.89 | 0.22 | 0.41 |
| Hex | 51 | 80 | 7C | 25 | 0 | 3 | 32 | AF | 16 | 29 |
| Octal | 121 | 200 | 174 | 45 | 0 | 3 | 62 | 257 | 26 | 51 |
| Binary | 1010001 | 10000000 | 1111100 | 100101 | 0 | 11 | 110010 | 10101111 | 10110 | 101001 |
Color Harmonies of #51807C
Complementary color
Monochromatic Colors of #51807C
Black with #51807C
Text Example
Text Example
White with #51807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51807C; }
p { color: rgb(81,128,124); }
H1.HeaderClassName
{
color: #51807C;
}
.AnyTagClassName
{
color: #51807C;
}
</style>
background-color css
<style>
a { background-color: #51807C; }
a { background-color: rgb(81,128,124); }
div.DivClassName
{
background-color: #51807C;
}
.BgClassName
{
background-color: #51807C;
}
</style>
border-color css
<style>
span { border-color: #51807C; }
span { border-color: rgb(81,128,124); }
td.TdClassName
{
border-color: #51807C;
}
.TagClassName
{
border-color: #51807C;
}
</style>