Shades of Breaker Bay #527E7D
Tints of Breaker Bay #527E7D
RGB
CMYK
RGB Variations
Color information
#527E7D (or 0x527E7D) is known color: Breaker Bay. HEX triplet: 52, 7E and 7D. RGB value is (82,126,125). Sum of RGB (Red+Green+Blue) = 82+126+125=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 126 - color contains mainly: green. Hex color #527E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E7D is #AD8182. Grayscale: #707070. Windows color (decimal): -11370883 or 8224338. OLE color: 8224338.
HSL color Cylindrical-coordinate representation of color #527E7D: hue angle of 178.64º 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 #527E7D is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 126 | 125 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.51 |
| HSL | 178.64º | 0.21% | 0.41% | - |
| HSV(B) | 178.64º | 0.35% | 0.49% | - |
| XYZ | 14.64 | 18.2 | 22.14 | - |
| YUV | 112.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 125 | 0.35 | 0 | 0.01 | 0.51 | 178.64 | 0.21 | 0.41 |
| Hex | 52 | 7E | 7D | 23 | 0 | 1 | 33 | B3 | 15 | 29 |
| Octal | 122 | 176 | 175 | 43 | 0 | 1 | 63 | 263 | 25 | 51 |
| Binary | 1010010 | 1111110 | 1111101 | 100011 | 0 | 1 | 110011 | 10110011 | 10101 | 101001 |
Color Harmonies of #527E7D
Complementary color
Monochromatic Colors of #527E7D
Black with #527E7D
Text Example
Text Example
White with #527E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E7D; }
p { color: rgb(82,126,125); }
H1.HeaderClassName
{
color: #527E7D;
}
.AnyTagClassName
{
color: #527E7D;
}
</style>
background-color css
<style>
a { background-color: #527E7D; }
a { background-color: rgb(82,126,125); }
div.DivClassName
{
background-color: #527E7D;
}
.BgClassName
{
background-color: #527E7D;
}
</style>
border-color css
<style>
span { border-color: #527E7D; }
span { border-color: rgb(82,126,125); }
td.TdClassName
{
border-color: #527E7D;
}
.TagClassName
{
border-color: #527E7D;
}
</style>