Html Css Color HEX #506837 Dell

📋 copy color: '#506837'

red 80 ◦ green 104 ◦ blue 55

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

Shades of Dell #506837

Tints of Dell #506837

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 33.47%
G = 43.51%
B = 23.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#506837 (or 0x506837) is known color: Dell. HEX triplet: 50, 68 and 37. RGB value is (80,104,55). Sum of RGB (Red+Green+Blue) = 80+104+55=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #506837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506837 is #AF97C8. Grayscale: #5B5B5B. Windows color (decimal): -11507657 or 3631184. OLE color: 3631184.

HSL color Cylindrical-coordinate representation of color #506837: hue angle of 89.39º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #506837 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 55 -
CMYK 0.23 0 0.47 0.59
HSL 89.39º 0.31% 0.31% -
HSV(B) 89.39º 0.47% 0.41% -
XYZ 8.95 11.88 5.44 -
YUV 91.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 80 104 55 0.23 0 0.47 0.59 89.39 0.31 0.31
Hex 50 68 37 17 0 2F 3B 59 1F 1F
Octal 120 150 67 27 0 57 73 131 37 37
Binary 1010000 1101000 110111 10111 0 101111 111011 1011001 11111 11111

Color Harmonies of #506837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506837

Black with #506837

Text Example


Text Example

White with #506837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506837; }

 p { color: rgb(80,104,55); }

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

background-color css

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

 a { background-color: rgb(80,104,55); }

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

border-color css

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

 span { border-color: rgb(80,104,55); }

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