Shades of Breaker Bay #567B75
Tints of Breaker Bay #567B75
RGB
CMYK
RGB Variations
Color information
#567B75 (or 0x567B75) is known color: Breaker Bay. HEX triplet: 56, 7B and 75. RGB value is (86,123,117). Sum of RGB (Red+Green+Blue) = 86+123+117=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #567B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B75 is #A9848A. Grayscale: #6F6F6F. Windows color (decimal): -11109515 or 7699286. OLE color: 7699286.
HSL color Cylindrical-coordinate representation of color #567B75: hue angle of 170.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567B75 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 117 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.52 |
| HSL | 170.27º | 0.18% | 0.41% | - |
| HSV(B) | 170.27º | 0.3% | 0.48% | - |
| XYZ | 14.13 | 17.43 | 19.45 | - |
| YUV | 111.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 117 | 0.30 | 0 | 0.05 | 0.52 | 170.27 | 0.18 | 0.41 |
| Hex | 56 | 7B | 75 | 1E | 0 | 5 | 34 | AA | 12 | 29 |
| Octal | 126 | 173 | 165 | 36 | 0 | 5 | 64 | 252 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1110101 | 11110 | 0 | 101 | 110100 | 10101010 | 10010 | 101001 |
Color Harmonies of #567B75
Complementary color
Monochromatic Colors of #567B75
Black with #567B75
Text Example
Text Example
White with #567B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B75; }
p { color: rgb(86,123,117); }
H1.HeaderClassName
{
color: #567B75;
}
.AnyTagClassName
{
color: #567B75;
}
</style>
background-color css
<style>
a { background-color: #567B75; }
a { background-color: rgb(86,123,117); }
div.DivClassName
{
background-color: #567B75;
}
.BgClassName
{
background-color: #567B75;
}
</style>
border-color css
<style>
span { border-color: #567B75; }
span { border-color: rgb(86,123,117); }
td.TdClassName
{
border-color: #567B75;
}
.TagClassName
{
border-color: #567B75;
}
</style>