Shades of Breaker Bay #51817D
Tints of Breaker Bay #51817D
RGB
CMYK
RGB Variations
Color information
#51817D (or 0x51817D) is known color: Breaker Bay. HEX triplet: 51, 81 and 7D. RGB value is (81,129,125). Sum of RGB (Red+Green+Blue) = 81+129+125=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #51817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51817D is #AE7E82. Grayscale: #727272. Windows color (decimal): -11435651 or 8225105. OLE color: 8225105.
HSL color Cylindrical-coordinate representation of color #51817D: hue angle of 175º 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 #51817D is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 125 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.49 |
| HSL | 175º | 0.23% | 0.41% | - |
| HSV(B) | 175º | 0.37% | 0.51% | - |
| XYZ | 14.95 | 18.93 | 22.27 | - |
| YUV | 114.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 125 | 0.37 | 0 | 0.03 | 0.49 | 175 | 0.23 | 0.41 |
| Hex | 51 | 81 | 7D | 25 | 0 | 3 | 31 | AF | 17 | 29 |
| Octal | 121 | 201 | 175 | 45 | 0 | 3 | 61 | 257 | 27 | 51 |
| Binary | 1010001 | 10000001 | 1111101 | 100101 | 0 | 11 | 110001 | 10101111 | 10111 | 101001 |
Color Harmonies of #51817D
Complementary color
Monochromatic Colors of #51817D
Black with #51817D
Text Example
Text Example
White with #51817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51817D; }
p { color: rgb(81,129,125); }
H1.HeaderClassName
{
color: #51817D;
}
.AnyTagClassName
{
color: #51817D;
}
</style>
background-color css
<style>
a { background-color: #51817D; }
a { background-color: rgb(81,129,125); }
div.DivClassName
{
background-color: #51817D;
}
.BgClassName
{
background-color: #51817D;
}
</style>
border-color css
<style>
span { border-color: #51817D; }
span { border-color: rgb(81,129,125); }
td.TdClassName
{
border-color: #51817D;
}
.TagClassName
{
border-color: #51817D;
}
</style>