Html Css Color HEX #475551 Corduroy

📋 copy color: '#475551'

red 71 ◦ green 85 ◦ blue 81

#475551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #475551

Tints of Corduroy #475551

RGB

 RED value IS 71 (28.13% from 255) = 29.96%

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 29.96%
G = 35.86%
B = 34.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#475551 (or 0x475551) is known color: Corduroy. HEX triplet: 47, 55 and 51. RGB value is (71,85,81). Sum of RGB (Red+Green+Blue) = 71+85+81=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #475551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475551 is #B8AAAE. Grayscale: #505050. Windows color (decimal): -12102319 or 5330247. OLE color: 5330247.

HSL color Cylindrical-coordinate representation of color #475551: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475551 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 81 -
CMYK 0.16 0 0.05 0.67
HSL 162.86º 0.09% 0.31% -
HSV(B) 162.86º 0.16% 0.33% -
XYZ 7.33 8.43 9.03 -
YUV 80.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 71 85 81 0.16 0 0.05 0.67 162.86 0.09 0.31
Hex 47 55 51 10 0 5 43 A3 9 1F
Octal 107 125 121 20 0 5 103 243 11 37
Binary 1000111 1010101 1010001 10000 0 101 1000011 10100011 1001 11111

Color Harmonies of #475551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475551

Black with #475551

Text Example


Text Example

White with #475551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475551; }

 p { color: rgb(71,85,81); }

 H1.HeaderClassName
 {
   color: #475551;
 }
 .AnyTagClassName
 {
   color: #475551;
 }
</style>

background-color css

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

 a { background-color: rgb(71,85,81); }

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

border-color css

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

 span { border-color: rgb(71,85,81); }

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