#506539

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

Shades of Dell #506539

Tints of Dell #506539

Color information

#506539 (or 0x506539) is unknown color: approx Dell. HEX triplet: 50, 65 and 39. RGB value is (80,101,57). Sum of RGB (Red+Green+Blue) = 80+101+57=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #506539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506539 is #AF9AC6. Grayscale: #595959. Windows color (decimal): -11508423 or 3761488. OLE color: 3761488.

HSL color Cylindrical-coordinate representation of color #506539: hue angle of 88.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506539 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB8010157-
CMYK0.2100.440.60
HSL88.64º27.85%30.98%-
HSV(B)88.64º43.56%39.61%-
XYZ8.711.315.6-
YUV89.7109.54121.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=33.61%
G=42.44%
B=23.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101570.2100.440.6088.6427.8530.98
Hex5065391502C3C591c1f
Octal1201457125054741313437
Binary1010000110010111100110101010110011110010110011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506539; }

 p { color: rgb(80,101,57); }

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

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

 a { background-color: rgb(80,101,57); }

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

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

 span { border-color: rgb(80,101,57); }

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