Shades of Corduroy #455450
Tints of Corduroy #455450
RGB
CMYK
RGB Variations
Color information
#455450 (or 0x455450) is known color: Corduroy. HEX triplet: 45, 54 and 50. RGB value is (69,84,80). Sum of RGB (Red+Green+Blue) = 69+84+80=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #455450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455450 is #BAABAF. Grayscale: #4F4F4F. Windows color (decimal): -12233648 or 5264453. OLE color: 5264453.
HSL color Cylindrical-coordinate representation of color #455450: hue angle of 164º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455450 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 84 | 80 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.67 |
| HSL | 164º | 0.1% | 0.3% | - |
| HSV(B) | 164º | 0.18% | 0.33% | - |
| XYZ | 7.07 | 8.19 | 8.8 | - |
| YUV | 79.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 84 | 80 | 0.18 | 0 | 0.05 | 0.67 | 164 | 0.1 | 0.3 |
| Hex | 45 | 54 | 50 | 12 | 0 | 5 | 43 | A4 | A | 1E |
| Octal | 105 | 124 | 120 | 22 | 0 | 5 | 103 | 244 | 12 | 36 |
| Binary | 1000101 | 1010100 | 1010000 | 10010 | 0 | 101 | 1000011 | 10100100 | 1010 | 11110 |
Color Harmonies of #455450
Complementary color
Monochromatic Colors of #455450
Black with #455450
Text Example
Text Example
White with #455450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455450; }
p { color: rgb(69,84,80); }
H1.HeaderClassName
{
color: #455450;
}
.AnyTagClassName
{
color: #455450;
}
</style>
background-color css
<style>
a { background-color: #455450; }
a { background-color: rgb(69,84,80); }
div.DivClassName
{
background-color: #455450;
}
.BgClassName
{
background-color: #455450;
}
</style>
border-color css
<style>
span { border-color: #455450; }
span { border-color: rgb(69,84,80); }
td.TdClassName
{
border-color: #455450;
}
.TagClassName
{
border-color: #455450;
}
</style>