Html Css Color HEX #506838 Dell

📋 copy color: '#506838'

red 80 ◦ green 104 ◦ blue 56

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

Shades of Dell #506838

Tints of Dell #506838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 33.33%
G = 43.33%
B = 23.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#506838 (or 0x506838) is known color: Dell. HEX triplet: 50, 68 and 38. RGB value is (80,104,56). Sum of RGB (Red+Green+Blue) = 80+104+56=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #506838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506838 is #AF97C7. Grayscale: #5B5B5B. Windows color (decimal): -11507656 or 3696720. OLE color: 3696720.

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

Color convert

RGB 80 104 56 -
CMYK 0.23 0 0.46 0.59
HSL 90º 0.3% 0.31% -
HSV(B) 90º 0.46% 0.41% -
XYZ 8.97 11.89 5.56 -
YUV 91.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 80 104 56 0.23 0 0.46 0.59 90 0.3 0.31
Hex 50 68 38 17 0 2E 3B 5A 1E 1F
Octal 120 150 70 27 0 56 73 132 36 37
Binary 1010000 1101000 111000 10111 0 101110 111011 1011010 11110 11111

Color Harmonies of #506838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506838

Black with #506838

Text Example


Text Example

White with #506838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506838; }

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

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

background-color css

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

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

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

border-color css

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

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

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