#425550

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

Shades of Corduroy #425550

Tints of Corduroy #425550

Color information

#425550 (or 0x425550) is unknown color: approx Corduroy. HEX triplet: 42, 55 and 50. RGB value is (66,85,80). Sum of RGB (Red+Green+Blue) = 66+85+80=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #425550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425550 is #BDAAAF. Grayscale: #4E4E4E. Windows color (decimal): -12430000 or 5264706. OLE color: 5264706.

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

Color convert

RGB668580-
CMYK0.2200.060.67
HSL164.21º12.58%29.61%-
HSV(B)164.21º22.35%33.33%-
XYZ6.948.238.81-
YUV78.75128.71118.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=28.57%
G=36.80%
B=34.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685800.2200.060.67164.2112.5829.61
Hex425550160643a4d1e
Octal10212512026061032441536
Binary100001010101011010000101100110100001110100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425550; }

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

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

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

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

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

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

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

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