Shades of Breaker Bay #51857A
Tints of Breaker Bay #51857A
RGB
CMYK
RGB Variations
Color information
#51857A (or 0x51857A) is known color: Breaker Bay. HEX triplet: 51, 85 and 7A. RGB value is (81,133,122). Sum of RGB (Red+Green+Blue) = 81+133+122=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #51857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51857A is #AE7A85. Grayscale: #747474. Windows color (decimal): -11434630 or 8029521. OLE color: 8029521.
HSL color Cylindrical-coordinate representation of color #51857A: hue angle of 167.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51857A is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 122 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.48 |
| HSL | 167.31º | 0.24% | 0.42% | - |
| HSV(B) | 167.31º | 0.39% | 0.52% | - |
| XYZ | 15.29 | 19.93 | 21.45 | - |
| YUV | 116.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 122 | 0.39 | 0 | 0.08 | 0.48 | 167.31 | 0.24 | 0.42 |
| Hex | 51 | 85 | 7A | 27 | 0 | 8 | 30 | A7 | 18 | 2A |
| Octal | 121 | 205 | 172 | 47 | 0 | 10 | 60 | 247 | 30 | 52 |
| Binary | 1010001 | 10000101 | 1111010 | 100111 | 0 | 1000 | 110000 | 10100111 | 11000 | 101010 |
Color Harmonies of #51857A
Complementary color
Monochromatic Colors of #51857A
Black with #51857A
Text Example
Text Example
White with #51857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51857A; }
p { color: rgb(81,133,122); }
H1.HeaderClassName
{
color: #51857A;
}
.AnyTagClassName
{
color: #51857A;
}
</style>
background-color css
<style>
a { background-color: #51857A; }
a { background-color: rgb(81,133,122); }
div.DivClassName
{
background-color: #51857A;
}
.BgClassName
{
background-color: #51857A;
}
</style>
border-color css
<style>
span { border-color: #51857A; }
span { border-color: rgb(81,133,122); }
td.TdClassName
{
border-color: #51857A;
}
.TagClassName
{
border-color: #51857A;
}
</style>