Html Css Color HEX #506639 Dell

📋 copy color: '#506639'

red 80 ◦ green 102 ◦ blue 57

#506639
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #506639

Tints of Dell #506639

RGB

 RED value IS 80 (31.64% from 255) = 33.47%

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 33.47%
G = 42.68%
B = 23.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#506639 (or 0x506639) is known color: Dell. HEX triplet: 50, 66 and 39. RGB value is (80,102,57). Sum of RGB (Red+Green+Blue) = 80+102+57=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #506639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506639 is #AF99C6. Grayscale: #5A5A5A. Windows color (decimal): -11508167 or 3761744. OLE color: 3761744.

HSL color Cylindrical-coordinate representation of color #506639: hue angle of 89.33º 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 #506639 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 57 -
CMYK 0.22 0 0.44 0.6
HSL 89.33º 0.28% 0.31% -
HSV(B) 89.33º 0.44% 0.4% -
XYZ 8.8 11.5 5.63 -
YUV 90.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 80 102 57 0.22 0 0.44 0.6 89.33 0.28 0.31
Hex 50 66 39 16 0 2C 3C 59 1C 1F
Octal 120 146 71 26 0 54 74 131 34 37
Binary 1010000 1100110 111001 10110 0 101100 111100 1011001 11100 11111

Color Harmonies of #506639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506639

Black with #506639

Text Example


Text Example

White with #506639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506639; }

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

 H1.HeaderClassName
 {
   color: #506639;
 }
 .AnyTagClassName
 {
   color: #506639;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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