Shades of Breaker Bay #52837C
Tints of Breaker Bay #52837C
RGB
CMYK
RGB Variations
Color information
#52837C (or 0x52837C) is known color: Breaker Bay. HEX triplet: 52, 83 and 7C. RGB value is (82,131,124). Sum of RGB (Red+Green+Blue) = 82+131+124=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #52837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52837C is #AD7C83. Grayscale: #737373. Windows color (decimal): -11369604 or 8160082. OLE color: 8160082.
HSL color Cylindrical-coordinate representation of color #52837C: hue angle of 171.43º degrees, saturation: 0.23, 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 #52837C is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 131 | 124 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.49 |
| HSL | 171.43º | 0.23% | 0.42% | - |
| HSV(B) | 171.43º | 0.37% | 0.51% | - |
| XYZ | 15.23 | 19.48 | 22.03 | - |
| YUV | 115.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 124 | 0.37 | 0 | 0.05 | 0.49 | 171.43 | 0.23 | 0.42 |
| Hex | 52 | 83 | 7C | 25 | 0 | 5 | 31 | AB | 17 | 2A |
| Octal | 122 | 203 | 174 | 45 | 0 | 5 | 61 | 253 | 27 | 52 |
| Binary | 1010010 | 10000011 | 1111100 | 100101 | 0 | 101 | 110001 | 10101011 | 10111 | 101010 |
Color Harmonies of #52837C
Complementary color
Monochromatic Colors of #52837C
Black with #52837C
Text Example
Text Example
White with #52837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52837C; }
p { color: rgb(82,131,124); }
H1.HeaderClassName
{
color: #52837C;
}
.AnyTagClassName
{
color: #52837C;
}
</style>
background-color css
<style>
a { background-color: #52837C; }
a { background-color: rgb(82,131,124); }
div.DivClassName
{
background-color: #52837C;
}
.BgClassName
{
background-color: #52837C;
}
</style>
border-color css
<style>
span { border-color: #52837C; }
span { border-color: rgb(82,131,124); }
td.TdClassName
{
border-color: #52837C;
}
.TagClassName
{
border-color: #52837C;
}
</style>