Html Css Color HEX #506B3A Dell

📋 copy color: '#506B3A'

red 80 ◦ green 107 ◦ blue 58

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

Shades of Dell #506B3A

Tints of Dell #506B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 32.65%
G = 43.67%
B = 23.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#506B3A (or 0x506B3A) is known color: Dell. HEX triplet: 50, 6B and 3A. RGB value is (80,107,58). Sum of RGB (Red+Green+Blue) = 80+107+58=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #506B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B3A is #AF94C5. Grayscale: #5D5D5D. Windows color (decimal): -11506886 or 3828560. OLE color: 3828560.

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

Color convert

RGB 80 107 58 -
CMYK 0.25 0 0.46 0.58
HSL 93.06º 0.3% 0.32% -
HSV(B) 93.06º 0.46% 0.42% -
XYZ 9.33 12.53 5.93 -
YUV 93.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 80 107 58 0.25 0 0.46 0.58 93.06 0.3 0.32
Hex 50 6B 3A 19 0 2E 3A 5D 1E 20
Octal 120 153 72 31 0 56 72 135 36 40
Binary 1010000 1101011 111010 11001 0 101110 111010 1011101 11110 100000

Color Harmonies of #506B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B3A

Black with #506B3A

Text Example


Text Example

White with #506B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,58); }

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

background-color css

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

 a { background-color: rgb(80,107,58); }

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

border-color css

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

 span { border-color: rgb(80,107,58); }

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