Shades of Blue Bayoux #65757B
Tints of Blue Bayoux #65757B
RGB
CMYK
RGB Variations
Color information
#65757B (or 0x65757B) is known color: Blue Bayoux. HEX triplet: 65, 75 and 7B. RGB value is (101,117,123). Sum of RGB (Red+Green+Blue) = 101+117+123=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #65757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65757B is #9A8A84. Grayscale: #707070. Windows color (decimal): -10128005 or 8090981. OLE color: 8090981.
HSL color Cylindrical-coordinate representation of color #65757B: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #65757B is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 117 | 123 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.52 |
| HSL | 196.36º | 0.1% | 0.44% | - |
| HSV(B) | 196.36º | 0.18% | 0.48% | - |
| XYZ | 15.3 | 16.92 | 21.2 | - |
| YUV | 112.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 123 | 0.18 | 0.05 | 0 | 0.52 | 196.36 | 0.1 | 0.44 |
| Hex | 65 | 75 | 7B | 12 | 5 | 0 | 34 | C4 | A | 2C |
| Octal | 145 | 165 | 173 | 22 | 5 | 0 | 64 | 304 | 12 | 54 |
| Binary | 1100101 | 1110101 | 1111011 | 10010 | 101 | 0 | 110100 | 11000100 | 1010 | 101100 |
Color Harmonies of #65757B
Complementary color
Monochromatic Colors of #65757B
Black with #65757B
Text Example
Text Example
White with #65757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65757B; }
p { color: rgb(101,117,123); }
H1.HeaderClassName
{
color: #65757B;
}
.AnyTagClassName
{
color: #65757B;
}
</style>
background-color css
<style>
a { background-color: #65757B; }
a { background-color: rgb(101,117,123); }
div.DivClassName
{
background-color: #65757B;
}
.BgClassName
{
background-color: #65757B;
}
</style>
border-color css
<style>
span { border-color: #65757B; }
span { border-color: rgb(101,117,123); }
td.TdClassName
{
border-color: #65757B;
}
.TagClassName
{
border-color: #65757B;
}
</style>