Shades of Breaker Bay #567E7A
Tints of Breaker Bay #567E7A
RGB
CMYK
RGB Variations
Color information
#567E7A (or 0x567E7A) is known color: Breaker Bay. HEX triplet: 56, 7E and 7A. RGB value is (86,126,122). Sum of RGB (Red+Green+Blue) = 86+126+122=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #567E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E7A is #A98185. Grayscale: #717171. Windows color (decimal): -11108742 or 8027734. OLE color: 8027734.
HSL color Cylindrical-coordinate representation of color #567E7A: hue angle of 174º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567E7A is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 122 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.51 |
| HSL | 174º | 0.19% | 0.42% | - |
| HSV(B) | 174º | 0.32% | 0.49% | - |
| XYZ | 14.81 | 18.31 | 21.16 | - |
| YUV | 113.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 122 | 0.32 | 0 | 0.03 | 0.51 | 174 | 0.19 | 0.42 |
| Hex | 56 | 7E | 7A | 20 | 0 | 3 | 33 | AE | 13 | 2A |
| Octal | 126 | 176 | 172 | 40 | 0 | 3 | 63 | 256 | 23 | 52 |
| Binary | 1010110 | 1111110 | 1111010 | 100000 | 0 | 11 | 110011 | 10101110 | 10011 | 101010 |
Color Harmonies of #567E7A
Complementary color
Monochromatic Colors of #567E7A
Black with #567E7A
Text Example
Text Example
White with #567E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E7A; }
p { color: rgb(86,126,122); }
H1.HeaderClassName
{
color: #567E7A;
}
.AnyTagClassName
{
color: #567E7A;
}
</style>
background-color css
<style>
a { background-color: #567E7A; }
a { background-color: rgb(86,126,122); }
div.DivClassName
{
background-color: #567E7A;
}
.BgClassName
{
background-color: #567E7A;
}
</style>
border-color css
<style>
span { border-color: #567E7A; }
span { border-color: rgb(86,126,122); }
td.TdClassName
{
border-color: #567E7A;
}
.TagClassName
{
border-color: #567E7A;
}
</style>