Shades of Breaker Bay #51807D
Tints of Breaker Bay #51807D
RGB
CMYK
RGB Variations
Color information
#51807D (or 0x51807D) is known color: Breaker Bay. HEX triplet: 51, 80 and 7D. RGB value is (81,128,125). Sum of RGB (Red+Green+Blue) = 81+128+125=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #51807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51807D is #AE7F82. Grayscale: #717171. Windows color (decimal): -11435907 or 8224849. OLE color: 8224849.
HSL color Cylindrical-coordinate representation of color #51807D: hue angle of 176.17º 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 #51807D is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 128 | 125 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.50 |
| HSL | 176.17º | 0.22% | 0.41% | - |
| HSV(B) | 176.17º | 0.37% | 0.5% | - |
| XYZ | 14.81 | 18.67 | 22.22 | - |
| YUV | 113.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 128 | 125 | 0.37 | 0 | 0.02 | 0.50 | 176.17 | 0.22 | 0.41 |
| Hex | 51 | 80 | 7D | 25 | 0 | 2 | 32 | B0 | 16 | 29 |
| Octal | 121 | 200 | 175 | 45 | 0 | 2 | 62 | 260 | 26 | 51 |
| Binary | 1010001 | 10000000 | 1111101 | 100101 | 0 | 10 | 110010 | 10110000 | 10110 | 101001 |
Color Harmonies of #51807D
Complementary color
Monochromatic Colors of #51807D
Black with #51807D
Text Example
Text Example
White with #51807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51807D; }
p { color: rgb(81,128,125); }
H1.HeaderClassName
{
color: #51807D;
}
.AnyTagClassName
{
color: #51807D;
}
</style>
background-color css
<style>
a { background-color: #51807D; }
a { background-color: rgb(81,128,125); }
div.DivClassName
{
background-color: #51807D;
}
.BgClassName
{
background-color: #51807D;
}
</style>
border-color css
<style>
span { border-color: #51807D; }
span { border-color: rgb(81,128,125); }
td.TdClassName
{
border-color: #51807D;
}
.TagClassName
{
border-color: #51807D;
}
</style>