Shades of Breaker Bay #537A75
Tints of Breaker Bay #537A75
RGB
CMYK
RGB Variations
Color information
#537A75 (or 0x537A75) is known color: Breaker Bay. HEX triplet: 53, 7A and 75. RGB value is (83,122,117). Sum of RGB (Red+Green+Blue) = 83+122+117=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #537A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A75 is #AC858A. Grayscale: #6D6D6D. Windows color (decimal): -11306379 or 7699027. OLE color: 7699027.
HSL color Cylindrical-coordinate representation of color #537A75: hue angle of 172.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A75 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 117 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.52 |
| HSL | 172.31º | 0.19% | 0.4% | - |
| HSV(B) | 172.31º | 0.32% | 0.48% | - |
| XYZ | 13.74 | 17.04 | 19.4 | - |
| YUV | 109.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 117 | 0.32 | 0 | 0.04 | 0.52 | 172.31 | 0.19 | 0.4 |
| Hex | 53 | 7A | 75 | 20 | 0 | 4 | 34 | AC | 13 | 28 |
| Octal | 123 | 172 | 165 | 40 | 0 | 4 | 64 | 254 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1110101 | 100000 | 0 | 100 | 110100 | 10101100 | 10011 | 101000 |
Color Harmonies of #537A75
Complementary color
Monochromatic Colors of #537A75
Black with #537A75
Text Example
Text Example
White with #537A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A75; }
p { color: rgb(83,122,117); }
H1.HeaderClassName
{
color: #537A75;
}
.AnyTagClassName
{
color: #537A75;
}
</style>
background-color css
<style>
a { background-color: #537A75; }
a { background-color: rgb(83,122,117); }
div.DivClassName
{
background-color: #537A75;
}
.BgClassName
{
background-color: #537A75;
}
</style>
border-color css
<style>
span { border-color: #537A75; }
span { border-color: rgb(83,122,117); }
td.TdClassName
{
border-color: #537A75;
}
.TagClassName
{
border-color: #537A75;
}
</style>