Shades of Breaker Bay #52857E
Tints of Breaker Bay #52857E
RGB
CMYK
RGB Variations
Color information
#52857E (or 0x52857E) is known color: Breaker Bay. HEX triplet: 52, 85 and 7E. RGB value is (82,133,126). Sum of RGB (Red+Green+Blue) = 82+133+126=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #52857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52857E is #AD7A81. Grayscale: #747474. Windows color (decimal): -11369090 or 8291666. OLE color: 8291666.
HSL color Cylindrical-coordinate representation of color #52857E: hue angle of 171.76º 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 #52857E is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 133 | 126 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.48 |
| HSL | 171.76º | 0.24% | 0.42% | - |
| HSV(B) | 171.76º | 0.38% | 0.52% | - |
| XYZ | 15.63 | 20.08 | 22.79 | - |
| YUV | 116.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 133 | 126 | 0.38 | 0 | 0.05 | 0.48 | 171.76 | 0.24 | 0.42 |
| Hex | 52 | 85 | 7E | 26 | 0 | 5 | 30 | AC | 18 | 2A |
| Octal | 122 | 205 | 176 | 46 | 0 | 5 | 60 | 254 | 30 | 52 |
| Binary | 1010010 | 10000101 | 1111110 | 100110 | 0 | 101 | 110000 | 10101100 | 11000 | 101010 |
Color Harmonies of #52857E
Complementary color
Monochromatic Colors of #52857E
Black with #52857E
Text Example
Text Example
White with #52857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52857E; }
p { color: rgb(82,133,126); }
H1.HeaderClassName
{
color: #52857E;
}
.AnyTagClassName
{
color: #52857E;
}
</style>
background-color css
<style>
a { background-color: #52857E; }
a { background-color: rgb(82,133,126); }
div.DivClassName
{
background-color: #52857E;
}
.BgClassName
{
background-color: #52857E;
}
</style>
border-color css
<style>
span { border-color: #52857E; }
span { border-color: rgb(82,133,126); }
td.TdClassName
{
border-color: #52857E;
}
.TagClassName
{
border-color: #52857E;
}
</style>