#506F39

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

Shades of Dell #506F39

Tints of Dell #506F39

Color information

#506F39 (or 0x506F39) is unknown color: approx Dell. HEX triplet: 50, 6F and 39. RGB value is (80,111,57). Sum of RGB (Red+Green+Blue) = 80+111+57=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #506F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F39 is #AF90C6. Grayscale: #5F5F5F. Windows color (decimal): -11505863 or 3764048. OLE color: 3764048.

HSL color Cylindrical-coordinate representation of color #506F39: hue angle of 94.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #506F39 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB8011157-
CMYK0.2800.490.56
HSL94.44º32.14%32.94%-
HSV(B)94.44º48.65%43.53%-
XYZ9.7313.375.94-
YUV95.58106.23116.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=32.26%
G=44.76%
B=22.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111570.2800.490.5694.4432.1432.94
Hex506F391C031385e2021
Octal1201577134061701364041
Binary101000011011111110011110001100011110001011110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F39; }

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

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

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

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

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

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

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

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