Shades of Breaker Bay #537D75
Tints of Breaker Bay #537D75
RGB
CMYK
RGB Variations
Color information
#537D75 (or 0x537D75) is known color: Breaker Bay. HEX triplet: 53, 7D and 75. RGB value is (83,125,117). Sum of RGB (Red+Green+Blue) = 83+125+117=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #537D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537D75 is #AC828A. Grayscale: #6F6F6F. Windows color (decimal): -11305611 or 7699795. OLE color: 7699795.
HSL color Cylindrical-coordinate representation of color #537D75: hue angle of 168.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537D75 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 125 | 117 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.51 |
| HSL | 168.57º | 0.2% | 0.41% | - |
| HSV(B) | 168.57º | 0.34% | 0.49% | - |
| XYZ | 14.11 | 17.79 | 19.52 | - |
| YUV | 111.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 125 | 117 | 0.34 | 0 | 0.06 | 0.51 | 168.57 | 0.2 | 0.41 |
| Hex | 53 | 7D | 75 | 22 | 0 | 6 | 33 | A9 | 14 | 29 |
| Octal | 123 | 175 | 165 | 42 | 0 | 6 | 63 | 251 | 24 | 51 |
| Binary | 1010011 | 1111101 | 1110101 | 100010 | 0 | 110 | 110011 | 10101001 | 10100 | 101001 |
Color Harmonies of #537D75
Complementary color
Monochromatic Colors of #537D75
Black with #537D75
Text Example
Text Example
White with #537D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537D75; }
p { color: rgb(83,125,117); }
H1.HeaderClassName
{
color: #537D75;
}
.AnyTagClassName
{
color: #537D75;
}
</style>
background-color css
<style>
a { background-color: #537D75; }
a { background-color: rgb(83,125,117); }
div.DivClassName
{
background-color: #537D75;
}
.BgClassName
{
background-color: #537D75;
}
</style>
border-color css
<style>
span { border-color: #537D75; }
span { border-color: rgb(83,125,117); }
td.TdClassName
{
border-color: #537D75;
}
.TagClassName
{
border-color: #537D75;
}
</style>