#506B36

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

Shades of Dell #506B36

Tints of Dell #506B36

Color information

#506B36 (or 0x506B36) is unknown color: approx Dell. HEX triplet: 50, 6B and 36. RGB value is (80,107,54). Sum of RGB (Red+Green+Blue) = 80+107+54=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #506B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B36 is #AF94C9. Grayscale: #5D5D5D. Windows color (decimal): -11506890 or 3566416. OLE color: 3566416.

HSL color Cylindrical-coordinate representation of color #506B36: hue angle of 90.57º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506B36 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB8010754-
CMYK0.2500.500.58
HSL90.57º32.92%31.57%-
HSV(B)90.57º49.53%41.96%-
XYZ9.2312.495.41-
YUV92.88106.05118.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=33.20%
G=44.40%
B=22.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107540.2500.500.5890.5732.9231.57
Hex506B36190323A5b2120
Octal1201536631062721334140
Binary101000011010111101101100101100101110101011011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,54); }

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

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

 a { background-color: rgb(80,107,54); }

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

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

 span { border-color: rgb(80,107,54); }

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