#5F5F4E

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

Shades of Hemlock #5F5F4E

Tints of Hemlock #5F5F4E

Color information

#5F5F4E (or 0x5F5F4E) is unknown color: approx Hemlock. HEX triplet: 5F, 5F and 4E. RGB value is (95,95,78). Sum of RGB (Red+Green+Blue) = 95+95+78=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 95 - color contains mainly: red, green. Hex color #5F5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5F4E is #A0A0B1. Grayscale: #5D5D5D. Windows color (decimal): -10526898 or 5136223. OLE color: 5136223.

HSL color Cylindrical-coordinate representation of color #5F5F4E: hue angle of 60º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F5F4E is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB959578-
CMYK000.180.63
HSL60º9.83%33.92%-
HSV(B)60º17.89%37.25%-
XYZ10.1911.178.83-
YUV93.06119.5129.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=35.45%
G=35.45%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal959578000.180.63609.8333.92
Hex5F5F4E00123F3ca22
Octal137137116002277741242
Binary10111111011111100111000100101111111111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,95,78); }

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

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

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

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

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

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

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