Shades of Breaker Bay #51837A
Tints of Breaker Bay #51837A
RGB
CMYK
RGB Variations
Color information
#51837A (or 0x51837A) is known color: Breaker Bay. HEX triplet: 51, 83 and 7A. RGB value is (81,131,122). Sum of RGB (Red+Green+Blue) = 81+131+122=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #51837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51837A is #AE7C85. Grayscale: #737373. Windows color (decimal): -11435142 or 8029009. OLE color: 8029009.
HSL color Cylindrical-coordinate representation of color #51837A: hue angle of 169.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51837A is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 122 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.49 |
| HSL | 169.2º | 0.24% | 0.42% | - |
| HSV(B) | 169.2º | 0.38% | 0.51% | - |
| XYZ | 15.02 | 19.39 | 21.36 | - |
| YUV | 115.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 122 | 0.38 | 0 | 0.07 | 0.49 | 169.2 | 0.24 | 0.42 |
| Hex | 51 | 83 | 7A | 26 | 0 | 7 | 31 | A9 | 18 | 2A |
| Octal | 121 | 203 | 172 | 46 | 0 | 7 | 61 | 251 | 30 | 52 |
| Binary | 1010001 | 10000011 | 1111010 | 100110 | 0 | 111 | 110001 | 10101001 | 11000 | 101010 |
Color Harmonies of #51837A
Complementary color
Monochromatic Colors of #51837A
Black with #51837A
Text Example
Text Example
White with #51837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51837A; }
p { color: rgb(81,131,122); }
H1.HeaderClassName
{
color: #51837A;
}
.AnyTagClassName
{
color: #51837A;
}
</style>
background-color css
<style>
a { background-color: #51837A; }
a { background-color: rgb(81,131,122); }
div.DivClassName
{
background-color: #51837A;
}
.BgClassName
{
background-color: #51837A;
}
</style>
border-color css
<style>
span { border-color: #51837A; }
span { border-color: rgb(81,131,122); }
td.TdClassName
{
border-color: #51837A;
}
.TagClassName
{
border-color: #51837A;
}
</style>