Shades of Breaker Bay #537E7F
Tints of Breaker Bay #537E7F
RGB
CMYK
RGB Variations
Color information
#537E7F (or 0x537E7F) is known color: Breaker Bay. HEX triplet: 53, 7E and 7F. RGB value is (83,126,127). Sum of RGB (Red+Green+Blue) = 83+126+127=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #537E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E7F is #AC8180. Grayscale: #717171. Windows color (decimal): -11305345 or 8355411. OLE color: 8355411.
HSL color Cylindrical-coordinate representation of color #537E7F: hue angle of 181.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537E7F is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 126 | 127 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.50 |
| HSL | 181.36º | 0.21% | 0.41% | - |
| HSV(B) | 181.36º | 0.35% | 0.5% | - |
| XYZ | 14.86 | 18.29 | 22.83 | - |
| YUV | 113.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 127 | 0.35 | 0.01 | 0 | 0.50 | 181.36 | 0.21 | 0.41 |
| Hex | 53 | 7E | 7F | 23 | 1 | 0 | 32 | B5 | 15 | 29 |
| Octal | 123 | 176 | 177 | 43 | 1 | 0 | 62 | 265 | 25 | 51 |
| Binary | 1010011 | 1111110 | 1111111 | 100011 | 1 | 0 | 110010 | 10110101 | 10101 | 101001 |
Color Harmonies of #537E7F
Complementary color
Monochromatic Colors of #537E7F
Black with #537E7F
Text Example
Text Example
White with #537E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537E7F; }
p { color: rgb(83,126,127); }
H1.HeaderClassName
{
color: #537E7F;
}
.AnyTagClassName
{
color: #537E7F;
}
</style>
background-color css
<style>
a { background-color: #537E7F; }
a { background-color: rgb(83,126,127); }
div.DivClassName
{
background-color: #537E7F;
}
.BgClassName
{
background-color: #537E7F;
}
</style>
border-color css
<style>
span { border-color: #537E7F; }
span { border-color: rgb(83,126,127); }
td.TdClassName
{
border-color: #537E7F;
}
.TagClassName
{
border-color: #537E7F;
}
</style>