Html Css Color HEX #506E37 Dell

📋 copy color: '#506E37'

red 80 ◦ green 110 ◦ blue 55

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

Shades of Dell #506E37

Tints of Dell #506E37

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.9%

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

R = 32.65%
G = 44.9%
B = 22.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#506E37 (or 0x506E37) is known color: Dell. HEX triplet: 50, 6E and 37. RGB value is (80,110,55). Sum of RGB (Red+Green+Blue) = 80+110+55=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #506E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E37 is #AF91C8. Grayscale: #5E5E5E. Windows color (decimal): -11506121 or 3632720. OLE color: 3632720.

HSL color Cylindrical-coordinate representation of color #506E37: hue angle of 92.73º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506E37 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 55 -
CMYK 0.27 0 0.5 0.57
HSL 92.73º 0.33% 0.32% -
HSV(B) 92.73º 0.5% 0.43% -
XYZ 9.57 13.13 5.64 -
YUV 94.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 80 110 55 0.27 0 0.5 0.57 92.73 0.33 0.32
Hex 50 6E 37 1B 0 32 39 5D 21 20
Octal 120 156 67 33 0 62 71 135 41 40
Binary 1010000 1101110 110111 11011 0 110010 111001 1011101 100001 100000

Color Harmonies of #506E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E37

Black with #506E37

Text Example


Text Example

White with #506E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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