Html Css Color HEX #506F61 Como

📋 copy color: '#506F61'

red 80 ◦ green 111 ◦ blue 97

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

Shades of Como #506F61

Tints of Como #506F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 27.78%
G = 38.54%
B = 33.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#506F61 (or 0x506F61) is known color: Como. HEX triplet: 50, 6F and 61. RGB value is (80,111,97). Sum of RGB (Red+Green+Blue) = 80+111+97=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #506F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F61 is #AF909E. Grayscale: #646464. Windows color (decimal): -11505823 or 6385488. OLE color: 6385488.

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

Color convert

RGB 80 111 97 -
CMYK 0.28 0 0.13 0.56
HSL 152.9º 0.16% 0.37% -
HSV(B) 152.9º 0.28% 0.44% -
XYZ 11.15 13.94 13.41 -
YUV 100.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 80 111 97 0.28 0 0.13 0.56 152.9 0.16 0.37
Hex 50 6F 61 1C 0 D 38 99 10 25
Octal 120 157 141 34 0 15 70 231 20 45
Binary 1010000 1101111 1100001 11100 0 1101 111000 10011001 10000 100101

Color Harmonies of #506F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F61

Black with #506F61

Text Example


Text Example

White with #506F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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