Shades of Breaker Bay #527B75
Tints of Breaker Bay #527B75
RGB
CMYK
RGB Variations
Color information
#527B75 (or 0x527B75) is known color: Breaker Bay. HEX triplet: 52, 7B and 75. RGB value is (82,123,117). Sum of RGB (Red+Green+Blue) = 82+123+117=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #527B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B75 is #AD848A. Grayscale: #6E6E6E. Windows color (decimal): -11371659 or 7699282. OLE color: 7699282.
HSL color Cylindrical-coordinate representation of color #527B75: hue angle of 171.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527B75 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 117 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.52 |
| HSL | 171.22º | 0.2% | 0.4% | - |
| HSV(B) | 171.22º | 0.33% | 0.48% | - |
| XYZ | 13.77 | 17.24 | 19.43 | - |
| YUV | 110.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 117 | 0.33 | 0 | 0.05 | 0.52 | 171.22 | 0.2 | 0.4 |
| Hex | 52 | 7B | 75 | 21 | 0 | 5 | 34 | AB | 14 | 28 |
| Octal | 122 | 173 | 165 | 41 | 0 | 5 | 64 | 253 | 24 | 50 |
| Binary | 1010010 | 1111011 | 1110101 | 100001 | 0 | 101 | 110100 | 10101011 | 10100 | 101000 |
Color Harmonies of #527B75
Complementary color
Monochromatic Colors of #527B75
Black with #527B75
Text Example
Text Example
White with #527B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B75; }
p { color: rgb(82,123,117); }
H1.HeaderClassName
{
color: #527B75;
}
.AnyTagClassName
{
color: #527B75;
}
</style>
background-color css
<style>
a { background-color: #527B75; }
a { background-color: rgb(82,123,117); }
div.DivClassName
{
background-color: #527B75;
}
.BgClassName
{
background-color: #527B75;
}
</style>
border-color css
<style>
span { border-color: #527B75; }
span { border-color: rgb(82,123,117); }
td.TdClassName
{
border-color: #527B75;
}
.TagClassName
{
border-color: #527B75;
}
</style>