Html Css Color HEX #506F37 Dell

📋 copy color: '#506F37'

red 80 ◦ green 111 ◦ blue 55

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

Shades of Dell #506F37

Tints of Dell #506F37

RGB

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

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

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

R = 32.52%
G = 45.12%
B = 22.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#506F37 (or 0x506F37) is known color: Dell. HEX triplet: 50, 6F and 37. RGB value is (80,111,55). Sum of RGB (Red+Green+Blue) = 80+111+55=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #506F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506F37 is #AF90C8. Grayscale: #5F5F5F. Windows color (decimal): -11505865 or 3632976. OLE color: 3632976.

HSL color Cylindrical-coordinate representation of color #506F37: hue angle of 93.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506F37 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 55 -
CMYK 0.28 0 0.50 0.56
HSL 93.21º 0.34% 0.33% -
HSV(B) 93.21º 0.5% 0.44% -
XYZ 9.68 13.35 5.68 -
YUV 95.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 80 111 55 0.28 0 0.50 0.56 93.21 0.34 0.33
Hex 50 6F 37 1C 0 32 38 5D 22 21
Octal 120 157 67 34 0 62 70 135 42 41
Binary 1010000 1101111 110111 11100 0 110010 111000 1011101 100010 100001

Color Harmonies of #506F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F37

Black with #506F37

Text Example


Text Example

White with #506F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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