Shades of Breaker Bay #53867E
Tints of Breaker Bay #53867E
RGB
CMYK
RGB Variations
Color information
#53867E (or 0x53867E) is known color: Breaker Bay. HEX triplet: 53, 86 and 7E. RGB value is (83,134,126). Sum of RGB (Red+Green+Blue) = 83+134+126=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #53867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53867E is #AC7981. Grayscale: #757575. Windows color (decimal): -11303298 or 8291923. OLE color: 8291923.
HSL color Cylindrical-coordinate representation of color #53867E: hue angle of 170.59º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53867E is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 126 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.47 |
| HSL | 170.59º | 0.24% | 0.43% | - |
| HSV(B) | 170.59º | 0.38% | 0.53% | - |
| XYZ | 15.86 | 20.4 | 22.84 | - |
| YUV | 117.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 126 | 0.38 | 0 | 0.06 | 0.47 | 170.59 | 0.24 | 0.43 |
| Hex | 53 | 86 | 7E | 26 | 0 | 6 | 2F | AB | 18 | 2B |
| Octal | 123 | 206 | 176 | 46 | 0 | 6 | 57 | 253 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1111110 | 100110 | 0 | 110 | 101111 | 10101011 | 11000 | 101011 |
Color Harmonies of #53867E
Complementary color
Monochromatic Colors of #53867E
Black with #53867E
Text Example
Text Example
White with #53867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53867E; }
p { color: rgb(83,134,126); }
H1.HeaderClassName
{
color: #53867E;
}
.AnyTagClassName
{
color: #53867E;
}
</style>
background-color css
<style>
a { background-color: #53867E; }
a { background-color: rgb(83,134,126); }
div.DivClassName
{
background-color: #53867E;
}
.BgClassName
{
background-color: #53867E;
}
</style>
border-color css
<style>
span { border-color: #53867E; }
span { border-color: rgb(83,134,126); }
td.TdClassName
{
border-color: #53867E;
}
.TagClassName
{
border-color: #53867E;
}
</style>