Shades of Breaker Bay #527E76
Tints of Breaker Bay #527E76
RGB
CMYK
RGB Variations
Color information
#527E76 (or 0x527E76) is known color: Breaker Bay. HEX triplet: 52, 7E and 76. RGB value is (82,126,118). Sum of RGB (Red+Green+Blue) = 82+126+118=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #527E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E76 is #AD8189. Grayscale: #6F6F6F. Windows color (decimal): -11370890 or 7765586. OLE color: 7765586.
HSL color Cylindrical-coordinate representation of color #527E76: hue angle of 169.09º 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 #527E76 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 118 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.51 |
| HSL | 169.09º | 0.21% | 0.41% | - |
| HSV(B) | 169.09º | 0.35% | 0.49% | - |
| XYZ | 14.21 | 18.02 | 19.87 | - |
| YUV | 111.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 118 | 0.35 | 0 | 0.06 | 0.51 | 169.09 | 0.21 | 0.41 |
| Hex | 52 | 7E | 76 | 23 | 0 | 6 | 33 | A9 | 15 | 29 |
| Octal | 122 | 176 | 166 | 43 | 0 | 6 | 63 | 251 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1110110 | 100011 | 0 | 110 | 110011 | 10101001 | 10101 | 101001 |
Color Harmonies of #527E76
Complementary color
Monochromatic Colors of #527E76
Black with #527E76
Text Example
Text Example
White with #527E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E76; }
p { color: rgb(82,126,118); }
H1.HeaderClassName
{
color: #527E76;
}
.AnyTagClassName
{
color: #527E76;
}
</style>
background-color css
<style>
a { background-color: #527E76; }
a { background-color: rgb(82,126,118); }
div.DivClassName
{
background-color: #527E76;
}
.BgClassName
{
background-color: #527E76;
}
</style>
border-color css
<style>
span { border-color: #527E76; }
span { border-color: rgb(82,126,118); }
td.TdClassName
{
border-color: #527E76;
}
.TagClassName
{
border-color: #527E76;
}
</style>