Html Css Color HEX #506D5D Como

📋 copy color: '#506D5D'

red 80 ◦ green 109 ◦ blue 93

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

Shades of Como #506D5D

Tints of Como #506D5D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.65%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 28.37%
G = 38.65%
B = 32.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#506D5D (or 0x506D5D) is known color: Como. HEX triplet: 50, 6D and 5D. RGB value is (80,109,93). Sum of RGB (Red+Green+Blue) = 80+109+93=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5D is #AF92A2. Grayscale: #626262. Windows color (decimal): -11506339 or 6122832. OLE color: 6122832.

HSL color Cylindrical-coordinate representation of color #506D5D: hue angle of 146.9º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D5D is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 93 -
CMYK 0.27 0 0.15 0.57
HSL 146.9º 0.15% 0.37% -
HSV(B) 146.9º 0.27% 0.43% -
XYZ 10.75 13.43 12.38 -
YUV 98.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 80 109 93 0.27 0 0.15 0.57 146.9 0.15 0.37
Hex 50 6D 5D 1B 0 F 39 93 F 25
Octal 120 155 135 33 0 17 71 223 17 45
Binary 1010000 1101101 1011101 11011 0 1111 111001 10010011 1111 100101

Color Harmonies of #506D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D5D

Black with #506D5D

Text Example


Text Example

White with #506D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,93); }

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

background-color css

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

 a { background-color: rgb(80,109,93); }

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

border-color css

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

 span { border-color: rgb(80,109,93); }

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