#5E5F51

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

Shades of Woodland #5E5F51

Tints of Woodland #5E5F51

Color information

#5E5F51 (or 0x5E5F51) is unknown color: approx Woodland. HEX triplet: 5E, 5F and 51. RGB value is (94,95,81). Sum of RGB (Red+Green+Blue) = 94+95+81=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5F51 is #A1A0AE. Grayscale: #5D5D5D. Windows color (decimal): -10592431 or 5332830. OLE color: 5332830.

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

Color convert

RGB949581-
CMYK0.0100.150.63
HSL64.29º7.95%34.51%-
HSV(B)64.29º14.74%37.25%-
XYZ10.1911.169.4-
YUV93.1121.17128.64-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.81%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 81 (32.03% from 255) = 30%
R=34.81%
G=35.19%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9495810.0100.150.6364.297.9534.51
Hex5E5F5110F3F40823
Octal1361371211017771001043
Binary10111101011111101000110111111111110000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,95,81); }

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

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

 a { background-color: rgb(94,95,81); }

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

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

 span { border-color: rgb(94,95,81); }

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