Shades of Breaker Bay #537E7D
Tints of Breaker Bay #537E7D
RGB
CMYK
RGB Variations
Color information
#537E7D (or 0x537E7D) is known color: Breaker Bay. HEX triplet: 53, 7E and 7D. RGB value is (83,126,125). Sum of RGB (Red+Green+Blue) = 83+126+125=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #537E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E7D is #AC8182. Grayscale: #707070. Windows color (decimal): -11305347 or 8224339. OLE color: 8224339.
HSL color Cylindrical-coordinate representation of color #537E7D: hue angle of 178.6º degrees, saturation: 0.21, 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 #537E7D is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 126 | 125 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.51 |
| HSL | 178.6º | 0.21% | 0.41% | - |
| HSV(B) | 178.6º | 0.34% | 0.49% | - |
| XYZ | 14.73 | 18.24 | 22.15 | - |
| YUV | 113.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 125 | 0.34 | 0 | 0.01 | 0.51 | 178.6 | 0.21 | 0.41 |
| Hex | 53 | 7E | 7D | 22 | 0 | 1 | 33 | B3 | 15 | 29 |
| Octal | 123 | 176 | 175 | 42 | 0 | 1 | 63 | 263 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1111101 | 100010 | 0 | 1 | 110011 | 10110011 | 10101 | 101001 |
Color Harmonies of #537E7D
Complementary color
Monochromatic Colors of #537E7D
Black with #537E7D
Text Example
Text Example
White with #537E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E7D; }
p { color: rgb(83,126,125); }
H1.HeaderClassName
{
color: #537E7D;
}
.AnyTagClassName
{
color: #537E7D;
}
</style>
background-color css
<style>
a { background-color: #537E7D; }
a { background-color: rgb(83,126,125); }
div.DivClassName
{
background-color: #537E7D;
}
.BgClassName
{
background-color: #537E7D;
}
</style>
border-color css
<style>
span { border-color: #537E7D; }
span { border-color: rgb(83,126,125); }
td.TdClassName
{
border-color: #537E7D;
}
.TagClassName
{
border-color: #537E7D;
}
</style>