Shades of Corduroy #425750
Tints of Corduroy #425750
RGB
CMYK
RGB Variations
Color information
#425750 (or 0x425750) is known color: Corduroy. HEX triplet: 42, 57 and 50. RGB value is (66,87,80). Sum of RGB (Red+Green+Blue) = 66+87+80=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #425750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425750 is #BDA8AF. Grayscale: #4F4F4F. Windows color (decimal): -12429488 or 5265218. OLE color: 5265218.
HSL color Cylindrical-coordinate representation of color #425750: hue angle of 160º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425750 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 80 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.66 |
| HSL | 160º | 0.14% | 0.3% | - |
| HSV(B) | 160º | 0.24% | 0.34% | - |
| XYZ | 7.1 | 8.55 | 8.87 | - |
| YUV | 79.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 80 | 0.24 | 0 | 0.08 | 0.66 | 160 | 0.14 | 0.3 |
| Hex | 42 | 57 | 50 | 18 | 0 | 8 | 42 | A0 | E | 1E |
| Octal | 102 | 127 | 120 | 30 | 0 | 10 | 102 | 240 | 16 | 36 |
| Binary | 1000010 | 1010111 | 1010000 | 11000 | 0 | 1000 | 1000010 | 10100000 | 1110 | 11110 |
Color Harmonies of #425750
Complementary color
Monochromatic Colors of #425750
Black with #425750
Text Example
Text Example
White with #425750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425750; }
p { color: rgb(66,87,80); }
H1.HeaderClassName
{
color: #425750;
}
.AnyTagClassName
{
color: #425750;
}
</style>
background-color css
<style>
a { background-color: #425750; }
a { background-color: rgb(66,87,80); }
div.DivClassName
{
background-color: #425750;
}
.BgClassName
{
background-color: #425750;
}
</style>
border-color css
<style>
span { border-color: #425750; }
span { border-color: rgb(66,87,80); }
td.TdClassName
{
border-color: #425750;
}
.TagClassName
{
border-color: #425750;
}
</style>