Shades of Blue Bayoux #65757F
Tints of Blue Bayoux #65757F
RGB
CMYK
RGB Variations
Color information
#65757F (or 0x65757F) is known color: Blue Bayoux. HEX triplet: 65, 75 and 7F. RGB value is (101,117,127). Sum of RGB (Red+Green+Blue) = 101+117+127=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #65757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65757F is #9A8A80. Grayscale: #717171. Windows color (decimal): -10128001 or 8353125. OLE color: 8353125.
HSL color Cylindrical-coordinate representation of color #65757F: hue angle of 203.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65757F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 117 | 127 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.50 |
| HSL | 203.08º | 0.11% | 0.45% | - |
| HSV(B) | 203.08º | 0.2% | 0.5% | - |
| XYZ | 15.56 | 17.02 | 22.54 | - |
| YUV | 113.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 127 | 0.20 | 0.08 | 0 | 0.50 | 203.08 | 0.11 | 0.45 |
| Hex | 65 | 75 | 7F | 14 | 8 | 0 | 32 | CB | B | 2D |
| Octal | 145 | 165 | 177 | 24 | 10 | 0 | 62 | 313 | 13 | 55 |
| Binary | 1100101 | 1110101 | 1111111 | 10100 | 1000 | 0 | 110010 | 11001011 | 1011 | 101101 |
Color Harmonies of #65757F
Complementary color
Monochromatic Colors of #65757F
Black with #65757F
Text Example
Text Example
White with #65757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65757F; }
p { color: rgb(101,117,127); }
H1.HeaderClassName
{
color: #65757F;
}
.AnyTagClassName
{
color: #65757F;
}
</style>
background-color css
<style>
a { background-color: #65757F; }
a { background-color: rgb(101,117,127); }
div.DivClassName
{
background-color: #65757F;
}
.BgClassName
{
background-color: #65757F;
}
</style>
border-color css
<style>
span { border-color: #65757F; }
span { border-color: rgb(101,117,127); }
td.TdClassName
{
border-color: #65757F;
}
.TagClassName
{
border-color: #65757F;
}
</style>