Shades of Breaker Bay #567C76
Tints of Breaker Bay #567C76
RGB
CMYK
RGB Variations
Color information
#567C76 (or 0x567C76) is known color: Breaker Bay. HEX triplet: 56, 7C and 76. RGB value is (86,124,118). Sum of RGB (Red+Green+Blue) = 86+124+118=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #567C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C76 is #A98389. Grayscale: #6F6F6F. Windows color (decimal): -11109258 or 7765078. OLE color: 7765078.
HSL color Cylindrical-coordinate representation of color #567C76: hue angle of 170.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567C76 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 118 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.51 |
| HSL | 170.53º | 0.18% | 0.41% | - |
| HSV(B) | 170.53º | 0.31% | 0.49% | - |
| XYZ | 14.32 | 17.7 | 19.8 | - |
| YUV | 111.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 118 | 0.31 | 0 | 0.05 | 0.51 | 170.53 | 0.18 | 0.41 |
| Hex | 56 | 7C | 76 | 1F | 0 | 5 | 33 | AB | 12 | 29 |
| Octal | 126 | 174 | 166 | 37 | 0 | 5 | 63 | 253 | 22 | 51 |
| Binary | 1010110 | 1111100 | 1110110 | 11111 | 0 | 101 | 110011 | 10101011 | 10010 | 101001 |
Color Harmonies of #567C76
Complementary color
Monochromatic Colors of #567C76
Black with #567C76
Text Example
Text Example
White with #567C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C76; }
p { color: rgb(86,124,118); }
H1.HeaderClassName
{
color: #567C76;
}
.AnyTagClassName
{
color: #567C76;
}
</style>
background-color css
<style>
a { background-color: #567C76; }
a { background-color: rgb(86,124,118); }
div.DivClassName
{
background-color: #567C76;
}
.BgClassName
{
background-color: #567C76;
}
</style>
border-color css
<style>
span { border-color: #567C76; }
span { border-color: rgb(86,124,118); }
td.TdClassName
{
border-color: #567C76;
}
.TagClassName
{
border-color: #567C76;
}
</style>