Shades of Breaker Bay #52807E
Tints of Breaker Bay #52807E
RGB
CMYK
RGB Variations
Color information
#52807E (or 0x52807E) is known color: Breaker Bay. HEX triplet: 52, 80 and 7E. RGB value is (82,128,126). Sum of RGB (Red+Green+Blue) = 82+128+126=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #52807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52807E is #AD7F81. Grayscale: #717171. Windows color (decimal): -11370370 or 8290386. OLE color: 8290386.
HSL color Cylindrical-coordinate representation of color #52807E: hue angle of 177.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52807E is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 126 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.50 |
| HSL | 177.39º | 0.22% | 0.41% | - |
| HSV(B) | 177.39º | 0.36% | 0.5% | - |
| XYZ | 14.96 | 18.74 | 22.57 | - |
| YUV | 114.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 126 | 0.36 | 0 | 0.02 | 0.50 | 177.39 | 0.22 | 0.41 |
| Hex | 52 | 80 | 7E | 24 | 0 | 2 | 32 | B1 | 16 | 29 |
| Octal | 122 | 200 | 176 | 44 | 0 | 2 | 62 | 261 | 26 | 51 |
| Binary | 1010010 | 10000000 | 1111110 | 100100 | 0 | 10 | 110010 | 10110001 | 10110 | 101001 |
Color Harmonies of #52807E
Complementary color
Monochromatic Colors of #52807E
Black with #52807E
Text Example
Text Example
White with #52807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52807E; }
p { color: rgb(82,128,126); }
H1.HeaderClassName
{
color: #52807E;
}
.AnyTagClassName
{
color: #52807E;
}
</style>
background-color css
<style>
a { background-color: #52807E; }
a { background-color: rgb(82,128,126); }
div.DivClassName
{
background-color: #52807E;
}
.BgClassName
{
background-color: #52807E;
}
</style>
border-color css
<style>
span { border-color: #52807E; }
span { border-color: rgb(82,128,126); }
td.TdClassName
{
border-color: #52807E;
}
.TagClassName
{
border-color: #52807E;
}
</style>