Shades of Breaker Bay #56827A
Tints of Breaker Bay #56827A
RGB
CMYK
RGB Variations
Color information
#56827A (or 0x56827A) is known color: Breaker Bay. HEX triplet: 56, 82 and 7A. RGB value is (86,130,122). Sum of RGB (Red+Green+Blue) = 86+130+122=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #56827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56827A is #A97D85. Grayscale: #737373. Windows color (decimal): -11107718 or 8028758. OLE color: 8028758.
HSL color Cylindrical-coordinate representation of color #56827A: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56827A is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 122 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.49 |
| HSL | 169.09º | 0.2% | 0.42% | - |
| HSV(B) | 169.09º | 0.34% | 0.51% | - |
| XYZ | 15.33 | 19.35 | 21.34 | - |
| YUV | 115.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 122 | 0.34 | 0 | 0.06 | 0.49 | 169.09 | 0.2 | 0.42 |
| Hex | 56 | 82 | 7A | 22 | 0 | 6 | 31 | A9 | 14 | 2A |
| Octal | 126 | 202 | 172 | 42 | 0 | 6 | 61 | 251 | 24 | 52 |
| Binary | 1010110 | 10000010 | 1111010 | 100010 | 0 | 110 | 110001 | 10101001 | 10100 | 101010 |
Color Harmonies of #56827A
Complementary color
Monochromatic Colors of #56827A
Black with #56827A
Text Example
Text Example
White with #56827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56827A; }
p { color: rgb(86,130,122); }
H1.HeaderClassName
{
color: #56827A;
}
.AnyTagClassName
{
color: #56827A;
}
</style>
background-color css
<style>
a { background-color: #56827A; }
a { background-color: rgb(86,130,122); }
div.DivClassName
{
background-color: #56827A;
}
.BgClassName
{
background-color: #56827A;
}
</style>
border-color css
<style>
span { border-color: #56827A; }
span { border-color: rgb(86,130,122); }
td.TdClassName
{
border-color: #56827A;
}
.TagClassName
{
border-color: #56827A;
}
</style>