Shades of Breaker Bay #51817C
Tints of Breaker Bay #51817C
RGB
CMYK
RGB Variations
Color information
#51817C (or 0x51817C) is known color: Breaker Bay. HEX triplet: 51, 81 and 7C. RGB value is (81,129,124). Sum of RGB (Red+Green+Blue) = 81+129+124=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #51817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817C is #AE7E83. Grayscale: #727272. Windows color (decimal): -11435652 or 8159569. OLE color: 8159569.
HSL color Cylindrical-coordinate representation of color #51817C: hue angle of 173.75º 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 #51817C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 124 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.49 |
| HSL | 173.75º | 0.23% | 0.41% | - |
| HSV(B) | 173.75º | 0.37% | 0.51% | - |
| XYZ | 14.88 | 18.91 | 21.93 | - |
| YUV | 114.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 124 | 0.37 | 0 | 0.04 | 0.49 | 173.75 | 0.23 | 0.41 |
| Hex | 51 | 81 | 7C | 25 | 0 | 4 | 31 | AE | 17 | 29 |
| Octal | 121 | 201 | 174 | 45 | 0 | 4 | 61 | 256 | 27 | 51 |
| Binary | 1010001 | 10000001 | 1111100 | 100101 | 0 | 100 | 110001 | 10101110 | 10111 | 101001 |
Color Harmonies of #51817C
Complementary color
Monochromatic Colors of #51817C
Black with #51817C
Text Example
Text Example
White with #51817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51817C; }
p { color: rgb(81,129,124); }
H1.HeaderClassName
{
color: #51817C;
}
.AnyTagClassName
{
color: #51817C;
}
</style>
background-color css
<style>
a { background-color: #51817C; }
a { background-color: rgb(81,129,124); }
div.DivClassName
{
background-color: #51817C;
}
.BgClassName
{
background-color: #51817C;
}
</style>
border-color css
<style>
span { border-color: #51817C; }
span { border-color: rgb(81,129,124); }
td.TdClassName
{
border-color: #51817C;
}
.TagClassName
{
border-color: #51817C;
}
</style>