Html Css Color HEX #506F35 Dell

📋 copy color: '#506F35'

red 80 ◦ green 111 ◦ blue 53

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

Shades of Dell #506F35

Tints of Dell #506F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 32.79%
G = 45.49%
B = 21.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#506F35 (or 0x506F35) is known color: Dell. HEX triplet: 50, 6F and 35. RGB value is (80,111,53). Sum of RGB (Red+Green+Blue) = 80+111+53=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #506F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F35 is #AF90CA. Grayscale: #5F5F5F. Windows color (decimal): -11505867 or 3501904. OLE color: 3501904.

HSL color Cylindrical-coordinate representation of color #506F35: hue angle of 92.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #506F35 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 53 -
CMYK 0.28 0 0.52 0.56
HSL 92.07º 0.35% 0.32% -
HSV(B) 92.07º 0.52% 0.44% -
XYZ 9.64 13.33 5.43 -
YUV 95.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 80 111 53 0.28 0 0.52 0.56 92.07 0.35 0.32
Hex 50 6F 35 1C 0 34 38 5C 23 20
Octal 120 157 65 34 0 64 70 134 43 40
Binary 1010000 1101111 110101 11100 0 110100 111000 1011100 100011 100000

Color Harmonies of #506F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F35

Black with #506F35

Text Example


Text Example

White with #506F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,53); }

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

background-color css

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

 a { background-color: rgb(80,111,53); }

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

border-color css

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

 span { border-color: rgb(80,111,53); }

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