Shades of Breaker Bay #53837F
Tints of Breaker Bay #53837F
RGB
CMYK
RGB Variations
Color information
#53837F (or 0x53837F) is known color: Breaker Bay. HEX triplet: 53, 83 and 7F. RGB value is (83,131,127). Sum of RGB (Red+Green+Blue) = 83+131+127=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #53837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837F is #AC7C80. Grayscale: #747474. Windows color (decimal): -11304065 or 8356691. OLE color: 8356691.
HSL color Cylindrical-coordinate representation of color #53837F: hue angle of 175º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53837F is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 127 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.49 |
| HSL | 175º | 0.22% | 0.42% | - |
| HSV(B) | 175º | 0.37% | 0.51% | - |
| XYZ | 15.51 | 19.6 | 23.04 | - |
| YUV | 116.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 127 | 0.37 | 0 | 0.03 | 0.49 | 175 | 0.22 | 0.42 |
| Hex | 53 | 83 | 7F | 25 | 0 | 3 | 31 | AF | 16 | 2A |
| Octal | 123 | 203 | 177 | 45 | 0 | 3 | 61 | 257 | 26 | 52 |
| Binary | 1010011 | 10000011 | 1111111 | 100101 | 0 | 11 | 110001 | 10101111 | 10110 | 101010 |
Color Harmonies of #53837F
Complementary color
Monochromatic Colors of #53837F
Black with #53837F
Text Example
Text Example
White with #53837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53837F; }
p { color: rgb(83,131,127); }
H1.HeaderClassName
{
color: #53837F;
}
.AnyTagClassName
{
color: #53837F;
}
</style>
background-color css
<style>
a { background-color: #53837F; }
a { background-color: rgb(83,131,127); }
div.DivClassName
{
background-color: #53837F;
}
.BgClassName
{
background-color: #53837F;
}
</style>
border-color css
<style>
span { border-color: #53837F; }
span { border-color: rgb(83,131,127); }
td.TdClassName
{
border-color: #53837F;
}
.TagClassName
{
border-color: #53837F;
}
</style>