Shades of Blue Bayoux #65757A
Tints of Blue Bayoux #65757A
RGB
CMYK
RGB Variations
Color information
#65757A (or 0x65757A) is known color: Blue Bayoux. HEX triplet: 65, 75 and 7A. RGB value is (101,117,122). Sum of RGB (Red+Green+Blue) = 101+117+122=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 122 - color contains mainly: blue. Hex color #65757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65757A is #9A8A85. Grayscale: #707070. Windows color (decimal): -10128006 or 8025445. OLE color: 8025445.
HSL color Cylindrical-coordinate representation of color #65757A: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #65757A is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 117 | 122 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.52 |
| HSL | 194.29º | 0.09% | 0.44% | - |
| HSV(B) | 194.29º | 0.17% | 0.48% | - |
| XYZ | 15.24 | 16.89 | 20.87 | - |
| YUV | 112.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 122 | 0.17 | 0.04 | 0 | 0.52 | 194.29 | 0.09 | 0.44 |
| Hex | 65 | 75 | 7A | 11 | 4 | 0 | 34 | C2 | 9 | 2C |
| Octal | 145 | 165 | 172 | 21 | 4 | 0 | 64 | 302 | 11 | 54 |
| Binary | 1100101 | 1110101 | 1111010 | 10001 | 100 | 0 | 110100 | 11000010 | 1001 | 101100 |
Color Harmonies of #65757A
Complementary color
Monochromatic Colors of #65757A
Black with #65757A
Text Example
Text Example
White with #65757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65757A; }
p { color: rgb(101,117,122); }
H1.HeaderClassName
{
color: #65757A;
}
.AnyTagClassName
{
color: #65757A;
}
</style>
background-color css
<style>
a { background-color: #65757A; }
a { background-color: rgb(101,117,122); }
div.DivClassName
{
background-color: #65757A;
}
.BgClassName
{
background-color: #65757A;
}
</style>
border-color css
<style>
span { border-color: #65757A; }
span { border-color: rgb(101,117,122); }
td.TdClassName
{
border-color: #65757A;
}
.TagClassName
{
border-color: #65757A;
}
</style>