Html Css Color HEX #5F6F50 Dingley

📋 copy color: '#5F6F50'

red 95 ◦ green 111 ◦ blue 80

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

Shades of Dingley #5F6F50

Tints of Dingley #5F6F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.81%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 33.22%
G = 38.81%
B = 27.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#5F6F50 (or 0x5F6F50) is known color: Dingley. HEX triplet: 5F, 6F and 50. RGB value is (95,111,80). Sum of RGB (Red+Green+Blue) = 95+111+80=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6F50 is #A090AF. Grayscale: #666666. Windows color (decimal): -10522800 or 5271391. OLE color: 5271391.

HSL color Cylindrical-coordinate representation of color #5F6F50: hue angle of 90.97º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F6F50 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 95 111 80 -
CMYK 0.14 0 0.28 0.56
HSL 90.97º 0.16% 0.37% -
HSV(B) 90.97º 0.28% 0.44% -
XYZ 11.85 14.38 9.74 -
YUV 102.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 95 111 80 0.14 0 0.28 0.56 90.97 0.16 0.37
Hex 5F 6F 50 E 0 1C 38 5B 10 25
Octal 137 157 120 16 0 34 70 133 20 45
Binary 1011111 1101111 1010000 1110 0 11100 111000 1011011 10000 100101

Color Harmonies of #5F6F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6F50

Black with #5F6F50

Text Example


Text Example

White with #5F6F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,111,80); }

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

background-color css

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

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

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

border-color css

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

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

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