Shades of Corduroy #455752
Tints of Corduroy #455752
RGB
CMYK
RGB Variations
Color information
#455752 (or 0x455752) is known color: Corduroy. HEX triplet: 45, 57 and 52. RGB value is (69,87,82). Sum of RGB (Red+Green+Blue) = 69+87+82=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #455752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455752 is #BAA8AD. Grayscale: #515151. Windows color (decimal): -12232878 or 5396293. OLE color: 5396293.
HSL color Cylindrical-coordinate representation of color #455752: hue angle of 163.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455752 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 82 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.66 |
| HSL | 163.33º | 0.12% | 0.31% | - |
| HSV(B) | 163.33º | 0.21% | 0.34% | - |
| XYZ | 7.39 | 8.69 | 9.27 | - |
| YUV | 81.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 82 | 0.21 | 0 | 0.06 | 0.66 | 163.33 | 0.12 | 0.31 |
| Hex | 45 | 57 | 52 | 15 | 0 | 6 | 42 | A3 | C | 1F |
| Octal | 105 | 127 | 122 | 25 | 0 | 6 | 102 | 243 | 14 | 37 |
| Binary | 1000101 | 1010111 | 1010010 | 10101 | 0 | 110 | 1000010 | 10100011 | 1100 | 11111 |
Color Harmonies of #455752
Complementary color
Monochromatic Colors of #455752
Black with #455752
Text Example
Text Example
White with #455752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455752; }
p { color: rgb(69,87,82); }
H1.HeaderClassName
{
color: #455752;
}
.AnyTagClassName
{
color: #455752;
}
</style>
background-color css
<style>
a { background-color: #455752; }
a { background-color: rgb(69,87,82); }
div.DivClassName
{
background-color: #455752;
}
.BgClassName
{
background-color: #455752;
}
</style>
border-color css
<style>
span { border-color: #455752; }
span { border-color: rgb(69,87,82); }
td.TdClassName
{
border-color: #455752;
}
.TagClassName
{
border-color: #455752;
}
</style>