Shades of Breaker Bay #567D7F
Tints of Breaker Bay #567D7F
RGB
CMYK
RGB Variations
Color information
#567D7F (or 0x567D7F) is known color: Breaker Bay. HEX triplet: 56, 7D and 7F. RGB value is (86,125,127). Sum of RGB (Red+Green+Blue) = 86+125+127=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #567D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D7F is #A98280. Grayscale: #717171. Windows color (decimal): -11108993 or 8355158. OLE color: 8355158.
HSL color Cylindrical-coordinate representation of color #567D7F: hue angle of 182.93º 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 #567D7F is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 125 | 127 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.50 |
| HSL | 182.93º | 0.19% | 0.42% | - |
| HSV(B) | 182.93º | 0.32% | 0.5% | - |
| XYZ | 15 | 18.18 | 22.8 | - |
| YUV | 113.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 127 | 0.32 | 0.02 | 0 | 0.50 | 182.93 | 0.19 | 0.42 |
| Hex | 56 | 7D | 7F | 20 | 2 | 0 | 32 | B7 | 13 | 2A |
| Octal | 126 | 175 | 177 | 40 | 2 | 0 | 62 | 267 | 23 | 52 |
| Binary | 1010110 | 1111101 | 1111111 | 100000 | 10 | 0 | 110010 | 10110111 | 10011 | 101010 |
Color Harmonies of #567D7F
Complementary color
Monochromatic Colors of #567D7F
Black with #567D7F
Text Example
Text Example
White with #567D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D7F; }
p { color: rgb(86,125,127); }
H1.HeaderClassName
{
color: #567D7F;
}
.AnyTagClassName
{
color: #567D7F;
}
</style>
background-color css
<style>
a { background-color: #567D7F; }
a { background-color: rgb(86,125,127); }
div.DivClassName
{
background-color: #567D7F;
}
.BgClassName
{
background-color: #567D7F;
}
</style>
border-color css
<style>
span { border-color: #567D7F; }
span { border-color: rgb(86,125,127); }
td.TdClassName
{
border-color: #567D7F;
}
.TagClassName
{
border-color: #567D7F;
}
</style>