#5F7050

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

Shades of Dingley #5F7050

Tints of Dingley #5F7050

Color information

#5F7050 (or 0x5F7050) is unknown color: approx Dingley. HEX triplet: 5F, 70 and 50. RGB value is (95,112,80). Sum of RGB (Red+Green+Blue) = 95+112+80=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7050 is #A08FAF. Grayscale: #676767. Windows color (decimal): -10522544 or 5271647. OLE color: 5271647.

HSL color Cylindrical-coordinate representation of color #5F7050: hue angle of 91.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7050 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB9511280-
CMYK0.1500.290.56
HSL91.88º16.67%37.65%-
HSV(B)91.88º28.57%43.92%-
XYZ11.9614.69.78-
YUV103.27114.87122.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.10%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=33.10%
G=39.02%
B=27.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95112800.1500.290.5691.8816.6737.65
Hex5F7050F01D385c1126
Octal13716012017035701342146
Binary1011111111000010100001111011101111000101110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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