Html Css Color HEX #506F5E Como

📋 copy color: '#506F5E'

red 80 ◦ green 111 ◦ blue 94

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

Shades of Como #506F5E

Tints of Como #506F5E

RGB

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

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

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

R = 28.07%
G = 38.95%
B = 32.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#506F5E (or 0x506F5E) is known color: Como. HEX triplet: 50, 6F and 5E. RGB value is (80,111,94). Sum of RGB (Red+Green+Blue) = 80+111+94=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #506F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F5E is #AF90A1. Grayscale: #636363. Windows color (decimal): -11505826 or 6188880. OLE color: 6188880.

HSL color Cylindrical-coordinate representation of color #506F5E: hue angle of 147.1º 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 #506F5E is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 94 -
CMYK 0.28 0 0.15 0.56
HSL 147.1º 0.16% 0.37% -
HSV(B) 147.1º 0.28% 0.44% -
XYZ 11.01 13.88 12.69 -
YUV 99.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 80 111 94 0.28 0 0.15 0.56 147.1 0.16 0.37
Hex 50 6F 5E 1C 0 F 38 93 10 25
Octal 120 157 136 34 0 17 70 223 20 45
Binary 1010000 1101111 1011110 11100 0 1111 111000 10010011 10000 100101

Color Harmonies of #506F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F5E

Black with #506F5E

Text Example


Text Example

White with #506F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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