Shades of Breaker Bay #567E75
Tints of Breaker Bay #567E75
RGB
CMYK
RGB Variations
Color information
#567E75 (or 0x567E75) is known color: Breaker Bay. HEX triplet: 56, 7E and 75. RGB value is (86,126,117). Sum of RGB (Red+Green+Blue) = 86+126+117=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 126 - color contains mainly: green. Hex color #567E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567E75 is #A9818A. Grayscale: #717171. Windows color (decimal): -11108747 or 7700054. OLE color: 7700054.
HSL color Cylindrical-coordinate representation of color #567E75: hue angle of 166.5º 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 #567E75 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 126 | 117 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.51 |
| HSL | 166.5º | 0.19% | 0.42% | - |
| HSV(B) | 166.5º | 0.32% | 0.49% | - |
| XYZ | 14.51 | 18.18 | 19.57 | - |
| YUV | 113.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 117 | 0.32 | 0 | 0.07 | 0.51 | 166.5 | 0.19 | 0.42 |
| Hex | 56 | 7E | 75 | 20 | 0 | 7 | 33 | A6 | 13 | 2A |
| Octal | 126 | 176 | 165 | 40 | 0 | 7 | 63 | 246 | 23 | 52 |
| Binary | 1010110 | 1111110 | 1110101 | 100000 | 0 | 111 | 110011 | 10100110 | 10011 | 101010 |
Color Harmonies of #567E75
Complementary color
Monochromatic Colors of #567E75
Black with #567E75
Text Example
Text Example
White with #567E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E75; }
p { color: rgb(86,126,117); }
H1.HeaderClassName
{
color: #567E75;
}
.AnyTagClassName
{
color: #567E75;
}
</style>
background-color css
<style>
a { background-color: #567E75; }
a { background-color: rgb(86,126,117); }
div.DivClassName
{
background-color: #567E75;
}
.BgClassName
{
background-color: #567E75;
}
</style>
border-color css
<style>
span { border-color: #567E75; }
span { border-color: rgb(86,126,117); }
td.TdClassName
{
border-color: #567E75;
}
.TagClassName
{
border-color: #567E75;
}
</style>