Shades of Breaker Bay #52867C
Tints of Breaker Bay #52867C
RGB
CMYK
RGB Variations
Color information
#52867C (or 0x52867C) is known color: Breaker Bay. HEX triplet: 52, 86 and 7C. RGB value is (82,134,124). Sum of RGB (Red+Green+Blue) = 82+134+124=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #52867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52867C is #AD7983. Grayscale: #757575. Windows color (decimal): -11368836 or 8160850. OLE color: 8160850.
HSL color Cylindrical-coordinate representation of color #52867C: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52867C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 134 | 124 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.47 |
| HSL | 168.46º | 0.24% | 0.42% | - |
| HSV(B) | 168.46º | 0.39% | 0.53% | - |
| XYZ | 15.64 | 20.3 | 22.16 | - |
| YUV | 117.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 134 | 124 | 0.39 | 0 | 0.07 | 0.47 | 168.46 | 0.24 | 0.42 |
| Hex | 52 | 86 | 7C | 27 | 0 | 7 | 2F | A8 | 18 | 2A |
| Octal | 122 | 206 | 174 | 47 | 0 | 7 | 57 | 250 | 30 | 52 |
| Binary | 1010010 | 10000110 | 1111100 | 100111 | 0 | 111 | 101111 | 10101000 | 11000 | 101010 |
Color Harmonies of #52867C
Complementary color
Monochromatic Colors of #52867C
Black with #52867C
Text Example
Text Example
White with #52867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52867C; }
p { color: rgb(82,134,124); }
H1.HeaderClassName
{
color: #52867C;
}
.AnyTagClassName
{
color: #52867C;
}
</style>
background-color css
<style>
a { background-color: #52867C; }
a { background-color: rgb(82,134,124); }
div.DivClassName
{
background-color: #52867C;
}
.BgClassName
{
background-color: #52867C;
}
</style>
border-color css
<style>
span { border-color: #52867C; }
span { border-color: rgb(82,134,124); }
td.TdClassName
{
border-color: #52867C;
}
.TagClassName
{
border-color: #52867C;
}
</style>