Shades of Breaker Bay #56787C
Tints of Breaker Bay #56787C
RGB
CMYK
RGB Variations
Color information
#56787C (or 0x56787C) is known color: Breaker Bay. HEX triplet: 56, 78 and 7C. RGB value is (86,120,124). Sum of RGB (Red+Green+Blue) = 86+120+124=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #56787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56787C is #A98783. Grayscale: #6E6E6E. Windows color (decimal): -11110276 or 8157270. OLE color: 8157270.
HSL color Cylindrical-coordinate representation of color #56787C: hue angle of 186.32º 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 #56787C is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 120 | 124 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.51 |
| HSL | 186.32º | 0.18% | 0.41% | - |
| HSV(B) | 186.32º | 0.31% | 0.49% | - |
| XYZ | 14.19 | 16.87 | 21.58 | - |
| YUV | 110.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 124 | 0.31 | 0.03 | 0 | 0.51 | 186.32 | 0.18 | 0.41 |
| Hex | 56 | 78 | 7C | 1F | 3 | 0 | 33 | BA | 12 | 29 |
| Octal | 126 | 170 | 174 | 37 | 3 | 0 | 63 | 272 | 22 | 51 |
| Binary | 1010110 | 1111000 | 1111100 | 11111 | 11 | 0 | 110011 | 10111010 | 10010 | 101001 |
Color Harmonies of #56787C
Complementary color
Monochromatic Colors of #56787C
Black with #56787C
Text Example
Text Example
White with #56787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56787C; }
p { color: rgb(86,120,124); }
H1.HeaderClassName
{
color: #56787C;
}
.AnyTagClassName
{
color: #56787C;
}
</style>
background-color css
<style>
a { background-color: #56787C; }
a { background-color: rgb(86,120,124); }
div.DivClassName
{
background-color: #56787C;
}
.BgClassName
{
background-color: #56787C;
}
</style>
border-color css
<style>
span { border-color: #56787C; }
span { border-color: rgb(86,120,124); }
td.TdClassName
{
border-color: #56787C;
}
.TagClassName
{
border-color: #56787C;
}
</style>