#5C6E4E

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

Shades of Dingley #5C6E4E

Tints of Dingley #5C6E4E

Color information

#5C6E4E (or 0x5C6E4E) is unknown color: approx Dingley. HEX triplet: 5C, 6E and 4E. RGB value is (92,110,78). Sum of RGB (Red+Green+Blue) = 92+110+78=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6E4E is #A391B1. Grayscale: #656565. Windows color (decimal): -10719666 or 5140060. OLE color: 5140060.

HSL color Cylindrical-coordinate representation of color #5C6E4E: hue angle of 93.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6E4E is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB9211078-
CMYK0.1600.290.57
HSL93.75º17.02%36.86%-
HSV(B)93.75º29.09%43.14%-
XYZ11.3613.989.31-
YUV100.97115.04121.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=32.86%
G=39.29%
B=27.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92110780.1600.290.5793.7517.0236.86
Hex5C6E4E1001D395e1125
Octal13415611620035711362145
Binary10111001101110100111010000011101111001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,78); }

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

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

 a { background-color: rgb(92,110,78); }

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

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

 span { border-color: rgb(92,110,78); }

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