Shades of Breaker Bay #53847B
Tints of Breaker Bay #53847B
RGB
CMYK
RGB Variations
Color information
#53847B (or 0x53847B) is known color: Breaker Bay. HEX triplet: 53, 84 and 7B. RGB value is (83,132,123). Sum of RGB (Red+Green+Blue) = 83+132+123=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #53847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53847B is #AC7B84. Grayscale: #747474. Windows color (decimal): -11303813 or 8094803. OLE color: 8094803.
HSL color Cylindrical-coordinate representation of color #53847B: hue angle of 168.98º 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 #53847B is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 123 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.48 |
| HSL | 168.98º | 0.23% | 0.42% | - |
| HSV(B) | 168.98º | 0.37% | 0.52% | - |
| XYZ | 15.39 | 19.77 | 21.74 | - |
| YUV | 116.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 123 | 0.37 | 0 | 0.07 | 0.48 | 168.98 | 0.23 | 0.42 |
| Hex | 53 | 84 | 7B | 25 | 0 | 7 | 30 | A9 | 17 | 2A |
| Octal | 123 | 204 | 173 | 45 | 0 | 7 | 60 | 251 | 27 | 52 |
| Binary | 1010011 | 10000100 | 1111011 | 100101 | 0 | 111 | 110000 | 10101001 | 10111 | 101010 |
Color Harmonies of #53847B
Complementary color
Monochromatic Colors of #53847B
Black with #53847B
Text Example
Text Example
White with #53847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53847B; }
p { color: rgb(83,132,123); }
H1.HeaderClassName
{
color: #53847B;
}
.AnyTagClassName
{
color: #53847B;
}
</style>
background-color css
<style>
a { background-color: #53847B; }
a { background-color: rgb(83,132,123); }
div.DivClassName
{
background-color: #53847B;
}
.BgClassName
{
background-color: #53847B;
}
</style>
border-color css
<style>
span { border-color: #53847B; }
span { border-color: rgb(83,132,123); }
td.TdClassName
{
border-color: #53847B;
}
.TagClassName
{
border-color: #53847B;
}
</style>