Html Css Color HEX #506D5C Como

📋 copy color: '#506D5C'

red 80 ◦ green 109 ◦ blue 92

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

Shades of Como #506D5C

Tints of Como #506D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 28.47%
G = 38.79%
B = 32.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#506D5C (or 0x506D5C) is known color: Como. HEX triplet: 50, 6D and 5C. RGB value is (80,109,92). Sum of RGB (Red+Green+Blue) = 80+109+92=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #506D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D5C is #AF92A3. Grayscale: #626262. Windows color (decimal): -11506340 or 6057296. OLE color: 6057296.

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

Color convert

RGB 80 109 92 -
CMYK 0.27 0 0.16 0.57
HSL 144.83º 0.15% 0.37% -
HSV(B) 144.83º 0.27% 0.43% -
XYZ 10.71 13.42 12.15 -
YUV 98.39 124.39 114.88 -
System Red Green Blue C M Y K H S L
Decimal 80 109 92 0.27 0 0.16 0.57 144.83 0.15 0.37
Hex 50 6D 5C 1B 0 10 39 91 F 25
Octal 120 155 134 33 0 20 71 221 17 45
Binary 1010000 1101101 1011100 11011 0 10000 111001 10010001 1111 100101

Color Harmonies of #506D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D5C

Black with #506D5C

Text Example


Text Example

White with #506D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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