Shades of Breaker Bay #537C76
Tints of Breaker Bay #537C76
RGB
CMYK
RGB Variations
Color information
#537C76 (or 0x537C76) is known color: Breaker Bay. HEX triplet: 53, 7C and 76. RGB value is (83,124,118). Sum of RGB (Red+Green+Blue) = 83+124+118=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #537C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C76 is #AC8389. Grayscale: #6F6F6F. Windows color (decimal): -11305866 or 7765075. OLE color: 7765075.
HSL color Cylindrical-coordinate representation of color #537C76: hue angle of 171.22º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C76 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 118 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.51 |
| HSL | 171.22º | 0.2% | 0.41% | - |
| HSV(B) | 171.22º | 0.33% | 0.49% | - |
| XYZ | 14.04 | 17.56 | 19.79 | - |
| YUV | 111.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 118 | 0.33 | 0 | 0.05 | 0.51 | 171.22 | 0.2 | 0.41 |
| Hex | 53 | 7C | 76 | 21 | 0 | 5 | 33 | AB | 14 | 29 |
| Octal | 123 | 174 | 166 | 41 | 0 | 5 | 63 | 253 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1110110 | 100001 | 0 | 101 | 110011 | 10101011 | 10100 | 101001 |
Color Harmonies of #537C76
Complementary color
Monochromatic Colors of #537C76
Black with #537C76
Text Example
Text Example
White with #537C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C76; }
p { color: rgb(83,124,118); }
H1.HeaderClassName
{
color: #537C76;
}
.AnyTagClassName
{
color: #537C76;
}
</style>
background-color css
<style>
a { background-color: #537C76; }
a { background-color: rgb(83,124,118); }
div.DivClassName
{
background-color: #537C76;
}
.BgClassName
{
background-color: #537C76;
}
</style>
border-color css
<style>
span { border-color: #537C76; }
span { border-color: rgb(83,124,118); }
td.TdClassName
{
border-color: #537C76;
}
.TagClassName
{
border-color: #537C76;
}
</style>