Shades of Breaker Bay #53847A
Tints of Breaker Bay #53847A
RGB
CMYK
RGB Variations
Color information
#53847A (or 0x53847A) is known color: Breaker Bay. HEX triplet: 53, 84 and 7A. RGB value is (83,132,122). Sum of RGB (Red+Green+Blue) = 83+132+122=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #53847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53847A is #AC7B85. Grayscale: #747474. Windows color (decimal): -11303814 or 8029267. OLE color: 8029267.
HSL color Cylindrical-coordinate representation of color #53847A: hue angle of 167.76º 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 #53847A is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 122 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.48 |
| HSL | 167.76º | 0.23% | 0.42% | - |
| HSV(B) | 167.76º | 0.37% | 0.52% | - |
| XYZ | 15.33 | 19.75 | 21.42 | - |
| YUV | 116.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 122 | 0.37 | 0 | 0.08 | 0.48 | 167.76 | 0.23 | 0.42 |
| Hex | 53 | 84 | 7A | 25 | 0 | 8 | 30 | A8 | 17 | 2A |
| Octal | 123 | 204 | 172 | 45 | 0 | 10 | 60 | 250 | 27 | 52 |
| Binary | 1010011 | 10000100 | 1111010 | 100101 | 0 | 1000 | 110000 | 10101000 | 10111 | 101010 |
Color Harmonies of #53847A
Complementary color
Monochromatic Colors of #53847A
Black with #53847A
Text Example
Text Example
White with #53847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53847A; }
p { color: rgb(83,132,122); }
H1.HeaderClassName
{
color: #53847A;
}
.AnyTagClassName
{
color: #53847A;
}
</style>
background-color css
<style>
a { background-color: #53847A; }
a { background-color: rgb(83,132,122); }
div.DivClassName
{
background-color: #53847A;
}
.BgClassName
{
background-color: #53847A;
}
</style>
border-color css
<style>
span { border-color: #53847A; }
span { border-color: rgb(83,132,122); }
td.TdClassName
{
border-color: #53847A;
}
.TagClassName
{
border-color: #53847A;
}
</style>