#5B5C4E

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

Shades of Woodland #5B5C4E

Tints of Woodland #5B5C4E

Color information

#5B5C4E (or 0x5B5C4E) is unknown color: approx Woodland. HEX triplet: 5B, 5C and 4E. RGB value is (91,92,78). Sum of RGB (Red+Green+Blue) = 91+92+78=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C4E is #A4A3B1. Grayscale: #5A5A5A. Windows color (decimal): -10789810 or 5135451. OLE color: 5135451.

HSL color Cylindrical-coordinate representation of color #5B5C4E: hue angle of 64.29º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B5C4E is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB919278-
CMYK0.0100.150.64
HSL64.29º8.24%33.33%-
HSV(B)64.29º15.22%36.08%-
XYZ9.5210.438.72-
YUV90.1121.17128.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=34.87%
G=35.25%
B=29.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9192780.0100.150.6464.298.2433.33
Hex5B5C4E10F4040821
Octal13313411610171001001041
Binary101101110111001001110101111100000010000001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5C4E; }

 p { color: rgb(91,92,78); }

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

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

 a { background-color: rgb(91,92,78); }

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

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

 span { border-color: rgb(91,92,78); }

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