Shades of Breaker Bay #53837B
Tints of Breaker Bay #53837B
RGB
CMYK
RGB Variations
Color information
#53837B (or 0x53837B) is known color: Breaker Bay. HEX triplet: 53, 83 and 7B. RGB value is (83,131,123). Sum of RGB (Red+Green+Blue) = 83+131+123=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #53837B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837B is #AC7C84. Grayscale: #737373. Windows color (decimal): -11304069 or 8094547. OLE color: 8094547.
HSL color Cylindrical-coordinate representation of color #53837B: hue angle of 170º 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 #53837B is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 123 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.49 |
| HSL | 170º | 0.22% | 0.42% | - |
| HSV(B) | 170º | 0.37% | 0.51% | - |
| XYZ | 15.26 | 19.5 | 21.7 | - |
| YUV | 115.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 123 | 0.37 | 0 | 0.06 | 0.49 | 170 | 0.22 | 0.42 |
| Hex | 53 | 83 | 7B | 25 | 0 | 6 | 31 | AA | 16 | 2A |
| Octal | 123 | 203 | 173 | 45 | 0 | 6 | 61 | 252 | 26 | 52 |
| Binary | 1010011 | 10000011 | 1111011 | 100101 | 0 | 110 | 110001 | 10101010 | 10110 | 101010 |
Color Harmonies of #53837B
Complementary color
Monochromatic Colors of #53837B
Black with #53837B
Text Example
Text Example
White with #53837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53837B; }
p { color: rgb(83,131,123); }
H1.HeaderClassName
{
color: #53837B;
}
.AnyTagClassName
{
color: #53837B;
}
</style>
background-color css
<style>
a { background-color: #53837B; }
a { background-color: rgb(83,131,123); }
div.DivClassName
{
background-color: #53837B;
}
.BgClassName
{
background-color: #53837B;
}
</style>
border-color css
<style>
span { border-color: #53837B; }
span { border-color: rgb(83,131,123); }
td.TdClassName
{
border-color: #53837B;
}
.TagClassName
{
border-color: #53837B;
}
</style>