Shades of Breaker Bay #52797B
Tints of Breaker Bay #52797B
RGB
CMYK
RGB Variations
Color information
#52797B (or 0x52797B) is known color: Breaker Bay. HEX triplet: 52, 79 and 7B. RGB value is (82,121,123). Sum of RGB (Red+Green+Blue) = 82+121+123=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 123 - color contains mainly: blue. Hex color #52797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52797B is #AD8684. Grayscale: #6D6D6D. Windows color (decimal): -11372165 or 8091986. OLE color: 8091986.
HSL color Cylindrical-coordinate representation of color #52797B: hue angle of 182.93º 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 #52797B is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 121 | 123 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.52 |
| HSL | 182.93º | 0.2% | 0.4% | - |
| HSV(B) | 182.93º | 0.33% | 0.48% | - |
| XYZ | 13.89 | 16.9 | 21.27 | - |
| YUV | 109.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 123 | 0.33 | 0.02 | 0 | 0.52 | 182.93 | 0.2 | 0.4 |
| Hex | 52 | 79 | 7B | 21 | 2 | 0 | 34 | B7 | 14 | 28 |
| Octal | 122 | 171 | 173 | 41 | 2 | 0 | 64 | 267 | 24 | 50 |
| Binary | 1010010 | 1111001 | 1111011 | 100001 | 10 | 0 | 110100 | 10110111 | 10100 | 101000 |
Color Harmonies of #52797B
Complementary color
Monochromatic Colors of #52797B
Black with #52797B
Text Example
Text Example
White with #52797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52797B; }
p { color: rgb(82,121,123); }
H1.HeaderClassName
{
color: #52797B;
}
.AnyTagClassName
{
color: #52797B;
}
</style>
background-color css
<style>
a { background-color: #52797B; }
a { background-color: rgb(82,121,123); }
div.DivClassName
{
background-color: #52797B;
}
.BgClassName
{
background-color: #52797B;
}
</style>
border-color css
<style>
span { border-color: #52797B; }
span { border-color: rgb(82,121,123); }
td.TdClassName
{
border-color: #52797B;
}
.TagClassName
{
border-color: #52797B;
}
</style>