Shades of Breaker Bay #53847C
Tints of Breaker Bay #53847C
RGB
CMYK
RGB Variations
Color information
#53847C (or 0x53847C) is known color: Breaker Bay. HEX triplet: 53, 84 and 7C. RGB value is (83,132,124). Sum of RGB (Red+Green+Blue) = 83+132+124=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #53847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53847C is #AC7B83. Grayscale: #747474. Windows color (decimal): -11303812 or 8160339. OLE color: 8160339.
HSL color Cylindrical-coordinate representation of color #53847C: hue angle of 170.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53847C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 124 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.48 |
| HSL | 170.2º | 0.23% | 0.42% | - |
| HSV(B) | 170.2º | 0.37% | 0.52% | - |
| XYZ | 15.46 | 19.8 | 22.08 | - |
| YUV | 116.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 124 | 0.37 | 0 | 0.06 | 0.48 | 170.2 | 0.23 | 0.42 |
| Hex | 53 | 84 | 7C | 25 | 0 | 6 | 30 | AA | 17 | 2A |
| Octal | 123 | 204 | 174 | 45 | 0 | 6 | 60 | 252 | 27 | 52 |
| Binary | 1010011 | 10000100 | 1111100 | 100101 | 0 | 110 | 110000 | 10101010 | 10111 | 101010 |
Color Harmonies of #53847C
Complementary color
Monochromatic Colors of #53847C
Black with #53847C
Text Example
Text Example
White with #53847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53847C; }
p { color: rgb(83,132,124); }
H1.HeaderClassName
{
color: #53847C;
}
.AnyTagClassName
{
color: #53847C;
}
</style>
background-color css
<style>
a { background-color: #53847C; }
a { background-color: rgb(83,132,124); }
div.DivClassName
{
background-color: #53847C;
}
.BgClassName
{
background-color: #53847C;
}
</style>
border-color css
<style>
span { border-color: #53847C; }
span { border-color: rgb(83,132,124); }
td.TdClassName
{
border-color: #53847C;
}
.TagClassName
{
border-color: #53847C;
}
</style>