Shades of Blue Bayoux #65787D
Tints of Blue Bayoux #65787D
RGB
CMYK
RGB Variations
Color information
#65787D (or 0x65787D) is known color: Blue Bayoux. HEX triplet: 65, 78 and 7D. RGB value is (101,120,125). Sum of RGB (Red+Green+Blue) = 101+120+125=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #65787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65787D is #9A8782. Grayscale: #727272. Windows color (decimal): -10127235 or 8222821. OLE color: 8222821.
HSL color Cylindrical-coordinate representation of color #65787D: hue angle of 192.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65787D is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 120 | 125 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.51 |
| HSL | 192.5º | 0.11% | 0.44% | - |
| HSV(B) | 192.5º | 0.19% | 0.49% | - |
| XYZ | 15.78 | 17.68 | 21.98 | - |
| YUV | 114.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 125 | 0.19 | 0.04 | 0 | 0.51 | 192.5 | 0.11 | 0.44 |
| Hex | 65 | 78 | 7D | 13 | 4 | 0 | 33 | C0 | B | 2C |
| Octal | 145 | 170 | 175 | 23 | 4 | 0 | 63 | 300 | 13 | 54 |
| Binary | 1100101 | 1111000 | 1111101 | 10011 | 100 | 0 | 110011 | 11000000 | 1011 | 101100 |
Color Harmonies of #65787D
Complementary color
Monochromatic Colors of #65787D
Black with #65787D
Text Example
Text Example
White with #65787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65787D; }
p { color: rgb(101,120,125); }
H1.HeaderClassName
{
color: #65787D;
}
.AnyTagClassName
{
color: #65787D;
}
</style>
background-color css
<style>
a { background-color: #65787D; }
a { background-color: rgb(101,120,125); }
div.DivClassName
{
background-color: #65787D;
}
.BgClassName
{
background-color: #65787D;
}
</style>
border-color css
<style>
span { border-color: #65787D; }
span { border-color: rgb(101,120,125); }
td.TdClassName
{
border-color: #65787D;
}
.TagClassName
{
border-color: #65787D;
}
</style>