Shades of Breaker Bay #52857F
Tints of Breaker Bay #52857F
RGB
CMYK
RGB Variations
Color information
#52857F (or 0x52857F) is known color: Breaker Bay. HEX triplet: 52, 85 and 7F. RGB value is (82,133,127). Sum of RGB (Red+Green+Blue) = 82+133+127=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #52857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857F is #AD7A80. Grayscale: #757575. Windows color (decimal): -11369089 or 8357202. OLE color: 8357202.
HSL color Cylindrical-coordinate representation of color #52857F: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52857F is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 127 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.48 |
| HSL | 172.94º | 0.24% | 0.42% | - |
| HSV(B) | 172.94º | 0.38% | 0.52% | - |
| XYZ | 15.7 | 20.1 | 23.13 | - |
| YUV | 117.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 127 | 0.38 | 0 | 0.05 | 0.48 | 172.94 | 0.24 | 0.42 |
| Hex | 52 | 85 | 7F | 26 | 0 | 5 | 30 | AD | 18 | 2A |
| Octal | 122 | 205 | 177 | 46 | 0 | 5 | 60 | 255 | 30 | 52 |
| Binary | 1010010 | 10000101 | 1111111 | 100110 | 0 | 101 | 110000 | 10101101 | 11000 | 101010 |
Color Harmonies of #52857F
Complementary color
Monochromatic Colors of #52857F
Black with #52857F
Text Example
Text Example
White with #52857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52857F; }
p { color: rgb(82,133,127); }
H1.HeaderClassName
{
color: #52857F;
}
.AnyTagClassName
{
color: #52857F;
}
</style>
background-color css
<style>
a { background-color: #52857F; }
a { background-color: rgb(82,133,127); }
div.DivClassName
{
background-color: #52857F;
}
.BgClassName
{
background-color: #52857F;
}
</style>
border-color css
<style>
span { border-color: #52857F; }
span { border-color: rgb(82,133,127); }
td.TdClassName
{
border-color: #52857F;
}
.TagClassName
{
border-color: #52857F;
}
</style>