Shades of Breaker Bay #567C77
Tints of Breaker Bay #567C77
RGB
CMYK
RGB Variations
Color information
#567C77 (or 0x567C77) is known color: Breaker Bay. HEX triplet: 56, 7C and 77. RGB value is (86,124,119). Sum of RGB (Red+Green+Blue) = 86+124+119=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #567C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C77 is #A98388. Grayscale: #707070. Windows color (decimal): -11109257 or 7830614. OLE color: 7830614.
HSL color Cylindrical-coordinate representation of color #567C77: hue angle of 172.11º 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 #567C77 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 124 | 119 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.51 |
| HSL | 172.11º | 0.18% | 0.41% | - |
| HSV(B) | 172.11º | 0.31% | 0.49% | - |
| XYZ | 14.38 | 17.73 | 20.12 | - |
| YUV | 112.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 119 | 0.31 | 0 | 0.04 | 0.51 | 172.11 | 0.18 | 0.41 |
| Hex | 56 | 7C | 77 | 1F | 0 | 4 | 33 | AC | 12 | 29 |
| Octal | 126 | 174 | 167 | 37 | 0 | 4 | 63 | 254 | 22 | 51 |
| Binary | 1010110 | 1111100 | 1110111 | 11111 | 0 | 100 | 110011 | 10101100 | 10010 | 101001 |
Color Harmonies of #567C77
Complementary color
Monochromatic Colors of #567C77
Black with #567C77
Text Example
Text Example
White with #567C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567C77; }
p { color: rgb(86,124,119); }
H1.HeaderClassName
{
color: #567C77;
}
.AnyTagClassName
{
color: #567C77;
}
</style>
background-color css
<style>
a { background-color: #567C77; }
a { background-color: rgb(86,124,119); }
div.DivClassName
{
background-color: #567C77;
}
.BgClassName
{
background-color: #567C77;
}
</style>
border-color css
<style>
span { border-color: #567C77; }
span { border-color: rgb(86,124,119); }
td.TdClassName
{
border-color: #567C77;
}
.TagClassName
{
border-color: #567C77;
}
</style>