Html Css Color HEX #506D5B Como

📋 copy color: '#506D5B'

red 80 ◦ green 109 ◦ blue 91

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

Shades of Como #506D5B

Tints of Como #506D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 28.57%
G = 38.93%
B = 32.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#506D5B (or 0x506D5B) is known color: Como. HEX triplet: 50, 6D and 5B. RGB value is (80,109,91). Sum of RGB (Red+Green+Blue) = 80+109+91=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5B is #AF92A4. Grayscale: #626262. Windows color (decimal): -11506341 or 5991760. OLE color: 5991760.

HSL color Cylindrical-coordinate representation of color #506D5B: hue angle of 142.76º 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 #506D5B is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 91 -
CMYK 0.27 0 0.17 0.57
HSL 142.76º 0.15% 0.37% -
HSV(B) 142.76º 0.27% 0.43% -
XYZ 10.67 13.4 11.92 -
YUV 98.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 80 109 91 0.27 0 0.17 0.57 142.76 0.15 0.37
Hex 50 6D 5B 1B 0 11 39 8F F 25
Octal 120 155 133 33 0 21 71 217 17 45
Binary 1010000 1101101 1011011 11011 0 10001 111001 10001111 1111 100101

Color Harmonies of #506D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D5B

Black with #506D5B

Text Example


Text Example

White with #506D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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