Shades of Breaker Bay #537C74
Tints of Breaker Bay #537C74
RGB
CMYK
RGB Variations
Color information
#537C74 (or 0x537C74) is known color: Breaker Bay. HEX triplet: 53, 7C and 74. RGB value is (83,124,116). Sum of RGB (Red+Green+Blue) = 83+124+116=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #537C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C74 is #AC838B. Grayscale: #6E6E6E. Windows color (decimal): -11305868 or 7634003. OLE color: 7634003.
HSL color Cylindrical-coordinate representation of color #537C74: hue angle of 168.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C74 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 116 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.51 |
| HSL | 168.29º | 0.2% | 0.41% | - |
| HSV(B) | 168.29º | 0.33% | 0.49% | - |
| XYZ | 13.93 | 17.52 | 19.17 | - |
| YUV | 110.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 116 | 0.33 | 0 | 0.06 | 0.51 | 168.29 | 0.2 | 0.41 |
| Hex | 53 | 7C | 74 | 21 | 0 | 6 | 33 | A8 | 14 | 29 |
| Octal | 123 | 174 | 164 | 41 | 0 | 6 | 63 | 250 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1110100 | 100001 | 0 | 110 | 110011 | 10101000 | 10100 | 101001 |
Color Harmonies of #537C74
Complementary color
Monochromatic Colors of #537C74
Black with #537C74
Text Example
Text Example
White with #537C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C74; }
p { color: rgb(83,124,116); }
H1.HeaderClassName
{
color: #537C74;
}
.AnyTagClassName
{
color: #537C74;
}
</style>
background-color css
<style>
a { background-color: #537C74; }
a { background-color: rgb(83,124,116); }
div.DivClassName
{
background-color: #537C74;
}
.BgClassName
{
background-color: #537C74;
}
</style>
border-color css
<style>
span { border-color: #537C74; }
span { border-color: rgb(83,124,116); }
td.TdClassName
{
border-color: #537C74;
}
.TagClassName
{
border-color: #537C74;
}
</style>