#405550

Color #405550 Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #405550

Tints of Corduroy #405550

Color information

#405550 (or 0x405550) is unknown color: approx Corduroy. HEX triplet: 40, 55 and 50. RGB value is (64,85,80). Sum of RGB (Red+Green+Blue) = 64+85+80=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #405550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405550 is #BFAAAF. Grayscale: #4E4E4E. Windows color (decimal): -12561072 or 5264704. OLE color: 5264704.

HSL color Cylindrical-coordinate representation of color #405550: hue angle of 165.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405550 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB648580-
CMYK0.2500.060.67
HSL165.71º14.09%29.22%-
HSV(B)165.71º24.71%33.33%-
XYZ6.818.178.81-
YUV78.15129.04117.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=27.95%
G=37.12%
B=34.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485800.2500.060.67165.7114.0929.22
Hex405550190643a6e1d
Octal10012512031061032461635
Binary100000010101011010000110010110100001110100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405550; }

 p { color: rgb(64,85,80); }

 H1.HeaderClassName
 {
   color: #405550;
 }
 .AnyTagClassName
 {
   color: #405550;
 }
</style>
background-color css

<style>
 a { background-color: #405550; }

 a { background-color: rgb(64,85,80); }

 div.DivClassName
 {
   background-color: #405550;
 }
 .BgClassName
 {
   background-color: #405550;
 }
</style>
border-color css

<style>
 span { border-color: #405550; }

 span { border-color: rgb(64,85,80); }

 td.TdClassName
 {
   border-color: #405550;
 }
 .TagClassName
 {
   border-color: #405550;
 }
</style>