Html Css Color HEX #5F645A Willow Grove

📋 copy color: '#5F645A'

red 95 ◦ green 100 ◦ blue 90

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

Shades of Willow Grove #5F645A

Tints of Willow Grove #5F645A

RGB

 RED value IS 95 (37.5% from 255) = 33.33%

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 33.33%
G = 35.09%
B = 31.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#5F645A (or 0x5F645A) is known color: Willow Grove. HEX triplet: 5F, 64 and 5A. RGB value is (95,100,90). Sum of RGB (Red+Green+Blue) = 95+100+90=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 100 - color contains mainly: green. Hex color #5F645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F645A is #A09BA5. Grayscale: #616161. Windows color (decimal): -10525606 or 5923935. OLE color: 5923935.

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

Color convert

RGB 95 100 90 -
CMYK 0.05 0 0.10 0.61
HSL 90º 0.05% 0.37% -
HSV(B) 90º 0.1% 0.39% -
XYZ 11.12 12.29 11.46 -
YUV 97.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 95 100 90 0.05 0 0.10 0.61 90 0.05 0.37
Hex 5F 64 5A 5 0 A 3D 5A 5 25
Octal 137 144 132 5 0 12 75 132 5 45
Binary 1011111 1100100 1011010 101 0 1010 111101 1011010 101 100101

Color Harmonies of #5F645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F645A

Black with #5F645A

Text Example


Text Example

White with #5F645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,100,90); }

 H1.HeaderClassName
 {
   color: #5F645A;
 }
 .AnyTagClassName
 {
   color: #5F645A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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