#506538

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

Shades of Dell #506538

Tints of Dell #506538

Color information

#506538 (or 0x506538) is unknown color: approx Dell. HEX triplet: 50, 65 and 38. RGB value is (80,101,56). Sum of RGB (Red+Green+Blue) = 80+101+56=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #506538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506538 is #AF9AC7. Grayscale: #595959. Windows color (decimal): -11508424 or 3695952. OLE color: 3695952.

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

Color convert

RGB8010156-
CMYK0.2100.450.60
HSL88º28.66%30.78%-
HSV(B)88º44.55%39.61%-
XYZ8.6811.35.46-
YUV89.59109.04121.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=33.76%
G=42.62%
B=23.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101560.2100.450.608828.6630.78
Hex5065381502D3C581d1f
Octal1201457025055741303537
Binary1010000110010111100010101010110111110010110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506538; }

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

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

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

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

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

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

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

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