#5F635C

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

Shades of Willow Grove #5F635C

Tints of Willow Grove #5F635C

Color information

#5F635C (or 0x5F635C) is unknown color: approx Willow Grove. HEX triplet: 5F, 63 and 5C. RGB value is (95,99,92). Sum of RGB (Red+Green+Blue) = 95+99+92=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5F635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F635C is #A09CA3. Grayscale: #616161. Windows color (decimal): -10525860 or 6054751. OLE color: 6054751.

HSL color Cylindrical-coordinate representation of color #5F635C: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5F635C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB959992-
CMYK0.0400.070.61
HSL94.29º3.66%37.45%-
HSV(B)94.29º7.07%38.82%-
XYZ11.1112.1311.88-
YUV97.01125.17126.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=33.22%
G=34.62%
B=32.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599920.0400.070.6194.293.6637.45
Hex5F635C4073D5e425
Octal13714313440775136445
Binary10111111100011101110010001111111011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,92); }

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

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

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

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

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

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

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