Shades of Breaker Bay #51817A
Tints of Breaker Bay #51817A
RGB
CMYK
RGB Variations
Color information
#51817A (or 0x51817A) is known color: Breaker Bay. HEX triplet: 51, 81 and 7A. RGB value is (81,129,122). Sum of RGB (Red+Green+Blue) = 81+129+122=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #51817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817A is #AE7E85. Grayscale: #717171. Windows color (decimal): -11435654 or 8028497. OLE color: 8028497.
HSL color Cylindrical-coordinate representation of color #51817A: hue angle of 171.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51817A is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 122 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.49 |
| HSL | 171.25º | 0.23% | 0.41% | - |
| HSV(B) | 171.25º | 0.37% | 0.51% | - |
| XYZ | 14.76 | 18.85 | 21.27 | - |
| YUV | 113.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 122 | 0.37 | 0 | 0.05 | 0.49 | 171.25 | 0.23 | 0.41 |
| Hex | 51 | 81 | 7A | 25 | 0 | 5 | 31 | AB | 17 | 29 |
| Octal | 121 | 201 | 172 | 45 | 0 | 5 | 61 | 253 | 27 | 51 |
| Binary | 1010001 | 10000001 | 1111010 | 100101 | 0 | 101 | 110001 | 10101011 | 10111 | 101001 |
Color Harmonies of #51817A
Complementary color
Monochromatic Colors of #51817A
Black with #51817A
Text Example
Text Example
White with #51817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51817A; }
p { color: rgb(81,129,122); }
H1.HeaderClassName
{
color: #51817A;
}
.AnyTagClassName
{
color: #51817A;
}
</style>
background-color css
<style>
a { background-color: #51817A; }
a { background-color: rgb(81,129,122); }
div.DivClassName
{
background-color: #51817A;
}
.BgClassName
{
background-color: #51817A;
}
</style>
border-color css
<style>
span { border-color: #51817A; }
span { border-color: rgb(81,129,122); }
td.TdClassName
{
border-color: #51817A;
}
.TagClassName
{
border-color: #51817A;
}
</style>