Shades of Breaker Bay #53847F
Tints of Breaker Bay #53847F
RGB
CMYK
RGB Variations
Color information
#53847F (or 0x53847F) is known color: Breaker Bay. HEX triplet: 53, 84 and 7F. RGB value is (83,132,127). Sum of RGB (Red+Green+Blue) = 83+132+127=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #53847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53847F is #AC7B80. Grayscale: #747474. Windows color (decimal): -11303809 or 8356947. OLE color: 8356947.
HSL color Cylindrical-coordinate representation of color #53847F: hue angle of 173.88º 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 #53847F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 127 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.48 |
| HSL | 173.88º | 0.23% | 0.42% | - |
| HSV(B) | 173.88º | 0.37% | 0.52% | - |
| XYZ | 15.65 | 19.87 | 23.09 | - |
| YUV | 116.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 127 | 0.37 | 0 | 0.04 | 0.48 | 173.88 | 0.23 | 0.42 |
| Hex | 53 | 84 | 7F | 25 | 0 | 4 | 30 | AE | 17 | 2A |
| Octal | 123 | 204 | 177 | 45 | 0 | 4 | 60 | 256 | 27 | 52 |
| Binary | 1010011 | 10000100 | 1111111 | 100101 | 0 | 100 | 110000 | 10101110 | 10111 | 101010 |
Color Harmonies of #53847F
Complementary color
Monochromatic Colors of #53847F
Black with #53847F
Text Example
Text Example
White with #53847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53847F; }
p { color: rgb(83,132,127); }
H1.HeaderClassName
{
color: #53847F;
}
.AnyTagClassName
{
color: #53847F;
}
</style>
background-color css
<style>
a { background-color: #53847F; }
a { background-color: rgb(83,132,127); }
div.DivClassName
{
background-color: #53847F;
}
.BgClassName
{
background-color: #53847F;
}
</style>
border-color css
<style>
span { border-color: #53847F; }
span { border-color: rgb(83,132,127); }
td.TdClassName
{
border-color: #53847F;
}
.TagClassName
{
border-color: #53847F;
}
</style>