Shades of Breaker Bay #51827A
Tints of Breaker Bay #51827A
RGB
CMYK
RGB Variations
Color information
#51827A (or 0x51827A) is known color: Breaker Bay. HEX triplet: 51, 82 and 7A. RGB value is (81,130,122). Sum of RGB (Red+Green+Blue) = 81+130+122=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #51827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51827A is #AE7D85. Grayscale: #727272. Windows color (decimal): -11435398 or 8028753. OLE color: 8028753.
HSL color Cylindrical-coordinate representation of color #51827A: hue angle of 170.2º 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 #51827A is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 122 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.49 |
| HSL | 170.2º | 0.23% | 0.41% | - |
| HSV(B) | 170.2º | 0.38% | 0.51% | - |
| XYZ | 14.89 | 19.12 | 21.32 | - |
| YUV | 114.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 122 | 0.38 | 0 | 0.06 | 0.49 | 170.2 | 0.23 | 0.41 |
| Hex | 51 | 82 | 7A | 26 | 0 | 6 | 31 | AA | 17 | 29 |
| Octal | 121 | 202 | 172 | 46 | 0 | 6 | 61 | 252 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1111010 | 100110 | 0 | 110 | 110001 | 10101010 | 10111 | 101001 |
Color Harmonies of #51827A
Complementary color
Monochromatic Colors of #51827A
Black with #51827A
Text Example
Text Example
White with #51827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51827A; }
p { color: rgb(81,130,122); }
H1.HeaderClassName
{
color: #51827A;
}
.AnyTagClassName
{
color: #51827A;
}
</style>
background-color css
<style>
a { background-color: #51827A; }
a { background-color: rgb(81,130,122); }
div.DivClassName
{
background-color: #51827A;
}
.BgClassName
{
background-color: #51827A;
}
</style>
border-color css
<style>
span { border-color: #51827A; }
span { border-color: rgb(81,130,122); }
td.TdClassName
{
border-color: #51827A;
}
.TagClassName
{
border-color: #51827A;
}
</style>