Html Css Color HEX #506C38 Dell

📋 copy color: '#506C38'

red 80 ◦ green 108 ◦ blue 56

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

Shades of Dell #506C38

Tints of Dell #506C38

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

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

R = 32.79%
G = 44.26%
B = 22.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#506C38 (or 0x506C38) is known color: Dell. HEX triplet: 50, 6C and 38. RGB value is (80,108,56). Sum of RGB (Red+Green+Blue) = 80+108+56=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #506C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C38 is #AF93C7. Grayscale: #5D5D5D. Windows color (decimal): -11506632 or 3697744. OLE color: 3697744.

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

Color convert

RGB 80 108 56 -
CMYK 0.26 0 0.48 0.58
HSL 92.31º 0.32% 0.32% -
HSV(B) 92.31º 0.48% 0.42% -
XYZ 9.38 12.72 5.7 -
YUV 93.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 80 108 56 0.26 0 0.48 0.58 92.31 0.32 0.32
Hex 50 6C 38 1A 0 30 3A 5C 20 20
Octal 120 154 70 32 0 60 72 134 40 40
Binary 1010000 1101100 111000 11010 0 110000 111010 1011100 100000 100000

Color Harmonies of #506C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C38

Black with #506C38

Text Example


Text Example

White with #506C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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