Shades of Breaker Bay #52797C
Tints of Breaker Bay #52797C
RGB
CMYK
RGB Variations
Color information
#52797C (or 0x52797C) is known color: Breaker Bay. HEX triplet: 52, 79 and 7C. RGB value is (82,121,124). Sum of RGB (Red+Green+Blue) = 82+121+124=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #52797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52797C is #AD8683. Grayscale: #6D6D6D. Windows color (decimal): -11372164 or 8157522. OLE color: 8157522.
HSL color Cylindrical-coordinate representation of color #52797C: hue angle of 184.29º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52797C is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 121 | 124 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.51 |
| HSL | 184.29º | 0.2% | 0.4% | - |
| HSV(B) | 184.29º | 0.34% | 0.49% | - |
| XYZ | 13.96 | 16.92 | 21.6 | - |
| YUV | 109.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 124 | 0.34 | 0.02 | 0 | 0.51 | 184.29 | 0.2 | 0.4 |
| Hex | 52 | 79 | 7C | 22 | 2 | 0 | 33 | B8 | 14 | 28 |
| Octal | 122 | 171 | 174 | 42 | 2 | 0 | 63 | 270 | 24 | 50 |
| Binary | 1010010 | 1111001 | 1111100 | 100010 | 10 | 0 | 110011 | 10111000 | 10100 | 101000 |
Color Harmonies of #52797C
Complementary color
Monochromatic Colors of #52797C
Black with #52797C
Text Example
Text Example
White with #52797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52797C; }
p { color: rgb(82,121,124); }
H1.HeaderClassName
{
color: #52797C;
}
.AnyTagClassName
{
color: #52797C;
}
</style>
background-color css
<style>
a { background-color: #52797C; }
a { background-color: rgb(82,121,124); }
div.DivClassName
{
background-color: #52797C;
}
.BgClassName
{
background-color: #52797C;
}
</style>
border-color css
<style>
span { border-color: #52797C; }
span { border-color: rgb(82,121,124); }
td.TdClassName
{
border-color: #52797C;
}
.TagClassName
{
border-color: #52797C;
}
</style>