Html Css Color HEX #506D5E Como

📋 copy color: '#506D5E'

red 80 ◦ green 109 ◦ blue 94

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

Shades of Como #506D5E

Tints of Como #506D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 28.27%
G = 38.52%
B = 33.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#506D5E (or 0x506D5E) is known color: Como. HEX triplet: 50, 6D and 5E. RGB value is (80,109,94). Sum of RGB (Red+Green+Blue) = 80+109+94=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5E is #AF92A1. Grayscale: #626262. Windows color (decimal): -11506338 or 6188368. OLE color: 6188368.

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

Color convert

RGB 80 109 94 -
CMYK 0.27 0 0.14 0.57
HSL 148.97º 0.15% 0.37% -
HSV(B) 148.97º 0.27% 0.43% -
XYZ 10.8 13.45 12.62 -
YUV 98.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 80 109 94 0.27 0 0.14 0.57 148.97 0.15 0.37
Hex 50 6D 5E 1B 0 E 39 95 F 25
Octal 120 155 136 33 0 16 71 225 17 45
Binary 1010000 1101101 1011110 11011 0 1110 111001 10010101 1111 100101

Color Harmonies of #506D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D5E

Black with #506D5E

Text Example


Text Example

White with #506D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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