Shades of Breaker Bay #537C78
Tints of Breaker Bay #537C78
RGB
CMYK
RGB Variations
Color information
#537C78 (or 0x537C78) is known color: Breaker Bay. HEX triplet: 53, 7C and 78. RGB value is (83,124,120). Sum of RGB (Red+Green+Blue) = 83+124+120=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #537C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C78 is #AC8387. Grayscale: #6F6F6F. Windows color (decimal): -11305864 or 7896147. OLE color: 7896147.
HSL color Cylindrical-coordinate representation of color #537C78: hue angle of 174.15º 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 #537C78 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 120 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.51 |
| HSL | 174.15º | 0.2% | 0.41% | - |
| HSV(B) | 174.15º | 0.33% | 0.49% | - |
| XYZ | 14.17 | 17.61 | 20.42 | - |
| YUV | 111.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 120 | 0.33 | 0 | 0.03 | 0.51 | 174.15 | 0.2 | 0.41 |
| Hex | 53 | 7C | 78 | 21 | 0 | 3 | 33 | AE | 14 | 29 |
| Octal | 123 | 174 | 170 | 41 | 0 | 3 | 63 | 256 | 24 | 51 |
| Binary | 1010011 | 1111100 | 1111000 | 100001 | 0 | 11 | 110011 | 10101110 | 10100 | 101001 |
Color Harmonies of #537C78
Complementary color
Monochromatic Colors of #537C78
Black with #537C78
Text Example
Text Example
White with #537C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C78; }
p { color: rgb(83,124,120); }
H1.HeaderClassName
{
color: #537C78;
}
.AnyTagClassName
{
color: #537C78;
}
</style>
background-color css
<style>
a { background-color: #537C78; }
a { background-color: rgb(83,124,120); }
div.DivClassName
{
background-color: #537C78;
}
.BgClassName
{
background-color: #537C78;
}
</style>
border-color css
<style>
span { border-color: #537C78; }
span { border-color: rgb(83,124,120); }
td.TdClassName
{
border-color: #537C78;
}
.TagClassName
{
border-color: #537C78;
}
</style>