Shades of Corduroy #455651
Tints of Corduroy #455651
RGB
CMYK
RGB Variations
Color information
#455651 (or 0x455651) is known color: Corduroy. HEX triplet: 45, 56 and 51. RGB value is (69,86,81). Sum of RGB (Red+Green+Blue) = 69+86+81=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #455651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455651 is #BAA9AE. Grayscale: #505050. Windows color (decimal): -12233135 or 5330501. OLE color: 5330501.
HSL color Cylindrical-coordinate representation of color #455651: hue angle of 162.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455651 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 81 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.66 |
| HSL | 162.35º | 0.11% | 0.3% | - |
| HSV(B) | 162.35º | 0.2% | 0.34% | - |
| XYZ | 7.27 | 8.51 | 9.05 | - |
| YUV | 80.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 81 | 0.20 | 0 | 0.06 | 0.66 | 162.35 | 0.11 | 0.3 |
| Hex | 45 | 56 | 51 | 14 | 0 | 6 | 42 | A2 | B | 1E |
| Octal | 105 | 126 | 121 | 24 | 0 | 6 | 102 | 242 | 13 | 36 |
| Binary | 1000101 | 1010110 | 1010001 | 10100 | 0 | 110 | 1000010 | 10100010 | 1011 | 11110 |
Color Harmonies of #455651
Complementary color
Monochromatic Colors of #455651
Black with #455651
Text Example
Text Example
White with #455651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455651; }
p { color: rgb(69,86,81); }
H1.HeaderClassName
{
color: #455651;
}
.AnyTagClassName
{
color: #455651;
}
</style>
background-color css
<style>
a { background-color: #455651; }
a { background-color: rgb(69,86,81); }
div.DivClassName
{
background-color: #455651;
}
.BgClassName
{
background-color: #455651;
}
</style>
border-color css
<style>
span { border-color: #455651; }
span { border-color: rgb(69,86,81); }
td.TdClassName
{
border-color: #455651;
}
.TagClassName
{
border-color: #455651;
}
</style>