Shades of Breaker Bay #527E79
Tints of Breaker Bay #527E79
RGB
CMYK
RGB Variations
Color information
#527E79 (or 0x527E79) is known color: Breaker Bay. HEX triplet: 52, 7E and 79. RGB value is (82,126,121). Sum of RGB (Red+Green+Blue) = 82+126+121=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 126 - color contains mainly: green. Hex color #527E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E79 is #AD8186. Grayscale: #707070. Windows color (decimal): -11370887 or 7962194. OLE color: 7962194.
HSL color Cylindrical-coordinate representation of color #527E79: hue angle of 173.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E79 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 121 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.51 |
| HSL | 173.18º | 0.21% | 0.41% | - |
| HSV(B) | 173.18º | 0.35% | 0.49% | - |
| XYZ | 14.39 | 18.1 | 20.82 | - |
| YUV | 112.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 121 | 0.35 | 0 | 0.04 | 0.51 | 173.18 | 0.21 | 0.41 |
| Hex | 52 | 7E | 79 | 23 | 0 | 4 | 33 | AD | 15 | 29 |
| Octal | 122 | 176 | 171 | 43 | 0 | 4 | 63 | 255 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1111001 | 100011 | 0 | 100 | 110011 | 10101101 | 10101 | 101001 |
Color Harmonies of #527E79
Complementary color
Monochromatic Colors of #527E79
Black with #527E79
Text Example
Text Example
White with #527E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E79; }
p { color: rgb(82,126,121); }
H1.HeaderClassName
{
color: #527E79;
}
.AnyTagClassName
{
color: #527E79;
}
</style>
background-color css
<style>
a { background-color: #527E79; }
a { background-color: rgb(82,126,121); }
div.DivClassName
{
background-color: #527E79;
}
.BgClassName
{
background-color: #527E79;
}
</style>
border-color css
<style>
span { border-color: #527E79; }
span { border-color: rgb(82,126,121); }
td.TdClassName
{
border-color: #527E79;
}
.TagClassName
{
border-color: #527E79;
}
</style>