#5F6B52

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

Shades of Willow Grove #5F6B52

Tints of Willow Grove #5F6B52

Color information

#5F6B52 (or 0x5F6B52) is unknown color: approx Willow Grove. HEX triplet: 5F, 6B and 52. RGB value is (95,107,82). Sum of RGB (Red+Green+Blue) = 95+107+82=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B52 is #A094AD. Grayscale: #646464. Windows color (decimal): -10523822 or 5401439. OLE color: 5401439.

HSL color Cylindrical-coordinate representation of color #5F6B52: hue angle of 88.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F6B52 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB9510782-
CMYK0.1100.230.58
HSL88.8º13.23%37.06%-
HSV(B)88.8º23.36%41.96%-
XYZ11.513.569.99-
YUV100.56117.52124.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.45%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=33.45%
G=37.68%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107820.1100.230.5888.813.2337.06
Hex5F6B52B0173A59d25
Octal13715312213027721311545
Binary101111111010111010010101101011111101010110011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,82); }

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

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

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

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

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

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

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