Shades of Blue Bayoux #65757E
Tints of Blue Bayoux #65757E
RGB
CMYK
RGB Variations
Color information
#65757E (or 0x65757E) is known color: Blue Bayoux. HEX triplet: 65, 75 and 7E. RGB value is (101,117,126). Sum of RGB (Red+Green+Blue) = 101+117+126=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #65757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65757E is #9A8A81. Grayscale: #717171. Windows color (decimal): -10128002 or 8287589. OLE color: 8287589.
HSL color Cylindrical-coordinate representation of color #65757E: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65757E is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 117 | 126 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.51 |
| HSL | 201.6º | 0.11% | 0.45% | - |
| HSV(B) | 201.6º | 0.2% | 0.49% | - |
| XYZ | 15.49 | 17 | 22.2 | - |
| YUV | 113.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 126 | 0.20 | 0.07 | 0 | 0.51 | 201.6 | 0.11 | 0.45 |
| Hex | 65 | 75 | 7E | 14 | 7 | 0 | 33 | CA | B | 2D |
| Octal | 145 | 165 | 176 | 24 | 7 | 0 | 63 | 312 | 13 | 55 |
| Binary | 1100101 | 1110101 | 1111110 | 10100 | 111 | 0 | 110011 | 11001010 | 1011 | 101101 |
Color Harmonies of #65757E
Complementary color
Monochromatic Colors of #65757E
Black with #65757E
Text Example
Text Example
White with #65757E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65757E; }
p { color: rgb(101,117,126); }
H1.HeaderClassName
{
color: #65757E;
}
.AnyTagClassName
{
color: #65757E;
}
</style>
background-color css
<style>
a { background-color: #65757E; }
a { background-color: rgb(101,117,126); }
div.DivClassName
{
background-color: #65757E;
}
.BgClassName
{
background-color: #65757E;
}
</style>
border-color css
<style>
span { border-color: #65757E; }
span { border-color: rgb(101,117,126); }
td.TdClassName
{
border-color: #65757E;
}
.TagClassName
{
border-color: #65757E;
}
</style>