Shades of Breaker Bay #52757A
Tints of Breaker Bay #52757A
RGB
CMYK
RGB Variations
Color information
#52757A (or 0x52757A) is known color: Breaker Bay. HEX triplet: 52, 75 and 7A. RGB value is (82,117,122). Sum of RGB (Red+Green+Blue) = 82+117+122=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #52757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52757A is #AD8A85. Grayscale: #6B6B6B. Windows color (decimal): -11373190 or 8025426. OLE color: 8025426.
HSL color Cylindrical-coordinate representation of color #52757A: hue angle of 187.5º 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 #52757A is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 117 | 122 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.52 |
| HSL | 187.5º | 0.2% | 0.4% | - |
| HSV(B) | 187.5º | 0.33% | 0.48% | - |
| XYZ | 13.35 | 15.92 | 20.78 | - |
| YUV | 107.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 117 | 122 | 0.33 | 0.04 | 0 | 0.52 | 187.5 | 0.2 | 0.4 |
| Hex | 52 | 75 | 7A | 21 | 4 | 0 | 34 | BC | 14 | 28 |
| Octal | 122 | 165 | 172 | 41 | 4 | 0 | 64 | 274 | 24 | 50 |
| Binary | 1010010 | 1110101 | 1111010 | 100001 | 100 | 0 | 110100 | 10111100 | 10100 | 101000 |
Color Harmonies of #52757A
Complementary color
Monochromatic Colors of #52757A
Black with #52757A
Text Example
Text Example
White with #52757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52757A; }
p { color: rgb(82,117,122); }
H1.HeaderClassName
{
color: #52757A;
}
.AnyTagClassName
{
color: #52757A;
}
</style>
background-color css
<style>
a { background-color: #52757A; }
a { background-color: rgb(82,117,122); }
div.DivClassName
{
background-color: #52757A;
}
.BgClassName
{
background-color: #52757A;
}
</style>
border-color css
<style>
span { border-color: #52757A; }
span { border-color: rgb(82,117,122); }
td.TdClassName
{
border-color: #52757A;
}
.TagClassName
{
border-color: #52757A;
}
</style>