Shades of Corduroy #455550
Tints of Corduroy #455550
RGB
CMYK
RGB Variations
Color information
#455550 (or 0x455550) is known color: Corduroy. HEX triplet: 45, 55 and 50. RGB value is (69,85,80). Sum of RGB (Red+Green+Blue) = 69+85+80=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #455550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455550 is #BAAAAF. Grayscale: #4F4F4F. Windows color (decimal): -12233392 or 5264709. OLE color: 5264709.
HSL color Cylindrical-coordinate representation of color #455550: hue angle of 161.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455550 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 80 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.67 |
| HSL | 161.25º | 0.1% | 0.3% | - |
| HSV(B) | 161.25º | 0.19% | 0.33% | - |
| XYZ | 7.15 | 8.34 | 8.82 | - |
| YUV | 79.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 80 | 0.19 | 0 | 0.06 | 0.67 | 161.25 | 0.1 | 0.3 |
| Hex | 45 | 55 | 50 | 13 | 0 | 6 | 43 | A1 | A | 1E |
| Octal | 105 | 125 | 120 | 23 | 0 | 6 | 103 | 241 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1010000 | 10011 | 0 | 110 | 1000011 | 10100001 | 1010 | 11110 |
Color Harmonies of #455550
Complementary color
Monochromatic Colors of #455550
Black with #455550
Text Example
Text Example
White with #455550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455550; }
p { color: rgb(69,85,80); }
H1.HeaderClassName
{
color: #455550;
}
.AnyTagClassName
{
color: #455550;
}
</style>
background-color css
<style>
a { background-color: #455550; }
a { background-color: rgb(69,85,80); }
div.DivClassName
{
background-color: #455550;
}
.BgClassName
{
background-color: #455550;
}
</style>
border-color css
<style>
span { border-color: #455550; }
span { border-color: rgb(69,85,80); }
td.TdClassName
{
border-color: #455550;
}
.TagClassName
{
border-color: #455550;
}
</style>