#5A853C

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

Shades of Dingley #5A853C

Tints of Dingley #5A853C

Color information

#5A853C (or 0x5A853C) is unknown color: approx Dingley. HEX triplet: 5A, 85 and 3C. RGB value is (90,133,60). Sum of RGB (Red+Green+Blue) = 90+133+60=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #5A853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A853C is #A57AC3. Grayscale: #707070. Windows color (decimal): -10844868 or 3966298. OLE color: 3966298.

HSL color Cylindrical-coordinate representation of color #5A853C: hue angle of 95.34º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A853C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB9013360-
CMYK0.3200.550.48
HSL95.34º37.82%37.84%-
HSV(B)95.34º54.89%52.16%-
XYZ13.4219.277.29-
YUV111.8298.75112.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=31.80%
G=47.00%
B=21.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90133600.3200.550.4895.3437.8237.84
Hex5A853C20037305f2626
Octal1322057440067601374646
Binary10110101000010111110010000001101111100001011111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,133,60); }

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

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

 a { background-color: rgb(90,133,60); }

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

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

 span { border-color: rgb(90,133,60); }

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