Shades of Blue Bayoux #567785
Tints of Blue Bayoux #567785
RGB
CMYK
RGB Variations
Color information
#567785 (or 0x567785) is known color: Blue Bayoux. HEX triplet: 56, 77 and 85. RGB value is (86,119,133). Sum of RGB (Red+Green+Blue) = 86+119+133=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #567785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567785 is #A9887A. Grayscale: #6E6E6E. Windows color (decimal): -11110523 or 8746838. OLE color: 8746838.
HSL color Cylindrical-coordinate representation of color #567785: hue angle of 197.87º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567785 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 119 | 133 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.48 |
| HSL | 197.87º | 0.21% | 0.43% | - |
| HSV(B) | 197.87º | 0.35% | 0.52% | - |
| XYZ | 14.67 | 16.87 | 24.67 | - |
| YUV | 110.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 133 | 0.35 | 0.11 | 0 | 0.48 | 197.87 | 0.21 | 0.43 |
| Hex | 56 | 77 | 85 | 23 | B | 0 | 30 | C6 | 15 | 2B |
| Octal | 126 | 167 | 205 | 43 | 13 | 0 | 60 | 306 | 25 | 53 |
| Binary | 1010110 | 1110111 | 10000101 | 100011 | 1011 | 0 | 110000 | 11000110 | 10101 | 101011 |
Color Harmonies of #567785
Complementary color
Monochromatic Colors of #567785
Black with #567785
Text Example
Text Example
White with #567785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567785; }
p { color: rgb(86,119,133); }
H1.HeaderClassName
{
color: #567785;
}
.AnyTagClassName
{
color: #567785;
}
</style>
background-color css
<style>
a { background-color: #567785; }
a { background-color: rgb(86,119,133); }
div.DivClassName
{
background-color: #567785;
}
.BgClassName
{
background-color: #567785;
}
</style>
border-color css
<style>
span { border-color: #567785; }
span { border-color: rgb(86,119,133); }
td.TdClassName
{
border-color: #567785;
}
.TagClassName
{
border-color: #567785;
}
</style>