Html Css Color HEX #506F5D Como

📋 copy color: '#506F5D'

red 80 ◦ green 111 ◦ blue 93

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

Shades of Como #506F5D

Tints of Como #506F5D

RGB

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

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

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

R = 28.17%
G = 39.08%
B = 32.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#506F5D (or 0x506F5D) is known color: Como. HEX triplet: 50, 6F and 5D. RGB value is (80,111,93). Sum of RGB (Red+Green+Blue) = 80+111+93=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5D is #AF90A2. Grayscale: #636363. Windows color (decimal): -11505827 or 6123344. OLE color: 6123344.

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

Color convert

RGB 80 111 93 -
CMYK 0.28 0 0.16 0.56
HSL 145.16º 0.16% 0.37% -
HSV(B) 145.16º 0.28% 0.44% -
XYZ 10.97 13.86 12.45 -
YUV 99.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 80 111 93 0.28 0 0.16 0.56 145.16 0.16 0.37
Hex 50 6F 5D 1C 0 10 38 91 10 25
Octal 120 157 135 34 0 20 70 221 20 45
Binary 1010000 1101111 1011101 11100 0 10000 111000 10010001 10000 100101

Color Harmonies of #506F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F5D

Black with #506F5D

Text Example


Text Example

White with #506F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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