Shades of Breaker Bay #56847F
Tints of Breaker Bay #56847F
RGB
CMYK
RGB Variations
Color information
#56847F (or 0x56847F) is known color: Breaker Bay. HEX triplet: 56, 84 and 7F. RGB value is (86,132,127). Sum of RGB (Red+Green+Blue) = 86+132+127=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #56847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56847F is #A97B80. Grayscale: #757575. Windows color (decimal): -11107201 or 8356950. OLE color: 8356950.
HSL color Cylindrical-coordinate representation of color #56847F: hue angle of 173.48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56847F is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 132 | 127 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.48 |
| HSL | 173.48º | 0.21% | 0.43% | - |
| HSV(B) | 173.48º | 0.35% | 0.52% | - |
| XYZ | 15.92 | 20.01 | 23.1 | - |
| YUV | 117.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 127 | 0.35 | 0 | 0.04 | 0.48 | 173.48 | 0.21 | 0.43 |
| Hex | 56 | 84 | 7F | 23 | 0 | 4 | 30 | AD | 15 | 2B |
| Octal | 126 | 204 | 177 | 43 | 0 | 4 | 60 | 255 | 25 | 53 |
| Binary | 1010110 | 10000100 | 1111111 | 100011 | 0 | 100 | 110000 | 10101101 | 10101 | 101011 |
Color Harmonies of #56847F
Complementary color
Monochromatic Colors of #56847F
Black with #56847F
Text Example
Text Example
White with #56847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56847F; }
p { color: rgb(86,132,127); }
H1.HeaderClassName
{
color: #56847F;
}
.AnyTagClassName
{
color: #56847F;
}
</style>
background-color css
<style>
a { background-color: #56847F; }
a { background-color: rgb(86,132,127); }
div.DivClassName
{
background-color: #56847F;
}
.BgClassName
{
background-color: #56847F;
}
</style>
border-color css
<style>
span { border-color: #56847F; }
span { border-color: rgb(86,132,127); }
td.TdClassName
{
border-color: #56847F;
}
.TagClassName
{
border-color: #56847F;
}
</style>