Shades of Breaker Bay #528080
Tints of Breaker Bay #528080
RGB
CMYK
RGB Variations
Color information
#528080 (or 0x528080) is known color: Breaker Bay. HEX triplet: 52, 80 and 80. RGB value is (82,128,128). Sum of RGB (Red+Green+Blue) = 82+128+128=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #528080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528080 is #AD7F7F. Grayscale: #727272. Windows color (decimal): -11370368 or 8421458. OLE color: 8421458.
HSL color Cylindrical-coordinate representation of color #528080: hue angle of 180º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #528080 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 128 | - |
| CMYK | 0.36 | 0 | 0 | 0.50 |
| HSL | 180º | 0.22% | 0.41% | - |
| HSV(B) | 180º | 0.36% | 0.5% | - |
| XYZ | 15.1 | 18.79 | 23.25 | - |
| YUV | 114.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 128 | 0.36 | 0 | 0 | 0.50 | 180 | 0.22 | 0.41 |
| Hex | 52 | 80 | 80 | 24 | 0 | 0 | 32 | B4 | 16 | 29 |
| Octal | 122 | 200 | 200 | 44 | 0 | 0 | 62 | 264 | 26 | 51 |
| Binary | 1010010 | 10000000 | 10000000 | 100100 | 0 | 0 | 110010 | 10110100 | 10110 | 101001 |
Color Harmonies of #528080
Complementary color
Monochromatic Colors of #528080
Black with #528080
Text Example
Text Example
White with #528080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528080; }
p { color: rgb(82,128,128); }
H1.HeaderClassName
{
color: #528080;
}
.AnyTagClassName
{
color: #528080;
}
</style>
background-color css
<style>
a { background-color: #528080; }
a { background-color: rgb(82,128,128); }
div.DivClassName
{
background-color: #528080;
}
.BgClassName
{
background-color: #528080;
}
</style>
border-color css
<style>
span { border-color: #528080; }
span { border-color: rgb(82,128,128); }
td.TdClassName
{
border-color: #528080;
}
.TagClassName
{
border-color: #528080;
}
</style>