Shades of Breaker Bay #537B74
Tints of Breaker Bay #537B74
RGB
CMYK
RGB Variations
Color information
#537B74 (or 0x537B74) is known color: Breaker Bay. HEX triplet: 53, 7B and 74. RGB value is (83,123,116). Sum of RGB (Red+Green+Blue) = 83+123+116=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #537B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B74 is #AC848B. Grayscale: #6E6E6E. Windows color (decimal): -11306124 or 7633747. OLE color: 7633747.
HSL color Cylindrical-coordinate representation of color #537B74: hue angle of 169.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B74 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 123 | 116 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.52 |
| HSL | 169.5º | 0.19% | 0.4% | - |
| HSV(B) | 169.5º | 0.33% | 0.48% | - |
| XYZ | 13.8 | 17.27 | 19.13 | - |
| YUV | 110.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 123 | 116 | 0.33 | 0 | 0.06 | 0.52 | 169.5 | 0.19 | 0.4 |
| Hex | 53 | 7B | 74 | 21 | 0 | 6 | 34 | AA | 13 | 28 |
| Octal | 123 | 173 | 164 | 41 | 0 | 6 | 64 | 252 | 23 | 50 |
| Binary | 1010011 | 1111011 | 1110100 | 100001 | 0 | 110 | 110100 | 10101010 | 10011 | 101000 |
Color Harmonies of #537B74
Complementary color
Monochromatic Colors of #537B74
Black with #537B74
Text Example
Text Example
White with #537B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537B74; }
p { color: rgb(83,123,116); }
H1.HeaderClassName
{
color: #537B74;
}
.AnyTagClassName
{
color: #537B74;
}
</style>
background-color css
<style>
a { background-color: #537B74; }
a { background-color: rgb(83,123,116); }
div.DivClassName
{
background-color: #537B74;
}
.BgClassName
{
background-color: #537B74;
}
</style>
border-color css
<style>
span { border-color: #537B74; }
span { border-color: rgb(83,123,116); }
td.TdClassName
{
border-color: #537B74;
}
.TagClassName
{
border-color: #537B74;
}
</style>