Shades of Breaker Bay #527F75
Tints of Breaker Bay #527F75
RGB
CMYK
RGB Variations
Color information
#527F75 (or 0x527F75) is known color: Breaker Bay. HEX triplet: 52, 7F and 75. RGB value is (82,127,117). Sum of RGB (Red+Green+Blue) = 82+127+117=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #527F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F75 is #AD808A. Grayscale: #707070. Windows color (decimal): -11370635 or 7700306. OLE color: 7700306.
HSL color Cylindrical-coordinate representation of color #527F75: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F75 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 117 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.50 |
| HSL | 166.67º | 0.22% | 0.41% | - |
| HSV(B) | 166.67º | 0.35% | 0.5% | - |
| XYZ | 14.28 | 18.26 | 19.6 | - |
| YUV | 112.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 117 | 0.35 | 0 | 0.08 | 0.50 | 166.67 | 0.22 | 0.41 |
| Hex | 52 | 7F | 75 | 23 | 0 | 8 | 32 | A7 | 16 | 29 |
| Octal | 122 | 177 | 165 | 43 | 0 | 10 | 62 | 247 | 26 | 51 |
| Binary | 1010010 | 1111111 | 1110101 | 100011 | 0 | 1000 | 110010 | 10100111 | 10110 | 101001 |
Color Harmonies of #527F75
Complementary color
Monochromatic Colors of #527F75
Black with #527F75
Text Example
Text Example
White with #527F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F75; }
p { color: rgb(82,127,117); }
H1.HeaderClassName
{
color: #527F75;
}
.AnyTagClassName
{
color: #527F75;
}
</style>
background-color css
<style>
a { background-color: #527F75; }
a { background-color: rgb(82,127,117); }
div.DivClassName
{
background-color: #527F75;
}
.BgClassName
{
background-color: #527F75;
}
</style>
border-color css
<style>
span { border-color: #527F75; }
span { border-color: rgb(82,127,117); }
td.TdClassName
{
border-color: #527F75;
}
.TagClassName
{
border-color: #527F75;
}
</style>