Shades of Breaker Bay #567F76
Tints of Breaker Bay #567F76
RGB
CMYK
RGB Variations
Color information
#567F76 (or 0x567F76) is known color: Breaker Bay. HEX triplet: 56, 7F and 76. RGB value is (86,127,118). Sum of RGB (Red+Green+Blue) = 86+127+118=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 127 - color contains mainly: green. Hex color #567F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567F76 is #A98089. Grayscale: #717171. Windows color (decimal): -11108490 or 7765846. OLE color: 7765846.
HSL color Cylindrical-coordinate representation of color #567F76: hue angle of 166.83º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #567F76 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 127 | 118 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.50 |
| HSL | 166.83º | 0.19% | 0.42% | - |
| HSV(B) | 166.83º | 0.32% | 0.5% | - |
| XYZ | 14.7 | 18.47 | 19.93 | - |
| YUV | 113.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 118 | 0.32 | 0 | 0.07 | 0.50 | 166.83 | 0.19 | 0.42 |
| Hex | 56 | 7F | 76 | 20 | 0 | 7 | 32 | A7 | 13 | 2A |
| Octal | 126 | 177 | 166 | 40 | 0 | 7 | 62 | 247 | 23 | 52 |
| Binary | 1010110 | 1111111 | 1110110 | 100000 | 0 | 111 | 110010 | 10100111 | 10011 | 101010 |
Color Harmonies of #567F76
Complementary color
Monochromatic Colors of #567F76
Black with #567F76
Text Example
Text Example
White with #567F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F76; }
p { color: rgb(86,127,118); }
H1.HeaderClassName
{
color: #567F76;
}
.AnyTagClassName
{
color: #567F76;
}
</style>
background-color css
<style>
a { background-color: #567F76; }
a { background-color: rgb(86,127,118); }
div.DivClassName
{
background-color: #567F76;
}
.BgClassName
{
background-color: #567F76;
}
</style>
border-color css
<style>
span { border-color: #567F76; }
span { border-color: rgb(86,127,118); }
td.TdClassName
{
border-color: #567F76;
}
.TagClassName
{
border-color: #567F76;
}
</style>