Shades of Breaker Bay #56807A
Tints of Breaker Bay #56807A
RGB
CMYK
RGB Variations
Color information
#56807A (or 0x56807A) is known color: Breaker Bay. HEX triplet: 56, 80 and 7A. RGB value is (86,128,122). Sum of RGB (Red+Green+Blue) = 86+128+122=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 128 - color contains mainly: green. Hex color #56807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56807A is #A97F85. Grayscale: #727272. Windows color (decimal): -11108230 or 8028246. OLE color: 8028246.
HSL color Cylindrical-coordinate representation of color #56807A: hue angle of 171.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56807A is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 128 | 122 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.50 |
| HSL | 171.43º | 0.2% | 0.42% | - |
| HSV(B) | 171.43º | 0.33% | 0.5% | - |
| XYZ | 15.07 | 18.82 | 21.25 | - |
| YUV | 114.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 122 | 0.33 | 0 | 0.05 | 0.50 | 171.43 | 0.2 | 0.42 |
| Hex | 56 | 80 | 7A | 21 | 0 | 5 | 32 | AB | 14 | 2A |
| Octal | 126 | 200 | 172 | 41 | 0 | 5 | 62 | 253 | 24 | 52 |
| Binary | 1010110 | 10000000 | 1111010 | 100001 | 0 | 101 | 110010 | 10101011 | 10100 | 101010 |
Color Harmonies of #56807A
Complementary color
Monochromatic Colors of #56807A
Black with #56807A
Text Example
Text Example
White with #56807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56807A; }
p { color: rgb(86,128,122); }
H1.HeaderClassName
{
color: #56807A;
}
.AnyTagClassName
{
color: #56807A;
}
</style>
background-color css
<style>
a { background-color: #56807A; }
a { background-color: rgb(86,128,122); }
div.DivClassName
{
background-color: #56807A;
}
.BgClassName
{
background-color: #56807A;
}
</style>
border-color css
<style>
span { border-color: #56807A; }
span { border-color: rgb(86,128,122); }
td.TdClassName
{
border-color: #56807A;
}
.TagClassName
{
border-color: #56807A;
}
</style>