Html Css Color HEX #5F635C Willow Grove

📋 copy color: '#5F635C'

red 95 ◦ green 99 ◦ blue 92

#5F635C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #5F635C

Tints of Willow Grove #5F635C

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 value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#5F635C (or 0x5F635C) is known color: 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

RGB 95 99 92 -
CMYK 0.04 0 0.07 0.61
HSL 94.29º 0.04% 0.37% -
HSV(B) 94.29º 0.07% 0.39% -
XYZ 11.11 12.13 11.88 -
YUV 97.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 95 99 92 0.04 0 0.07 0.61 94.29 0.04 0.37
Hex 5F 63 5C 4 0 7 3D 5E 4 25
Octal 137 143 134 4 0 7 75 136 4 45
Binary 1011111 1100011 1011100 100 0 111 111101 1011110 100 100101

Color Harmonies of #5F635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F635C

Black with #5F635C

Text Example


Text Example

White with #5F635C

Text Example


Text Example

HTML Codes & Css Web 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>