Html Css Color HEX #507361 Como

📋 copy color: '#507361'

red 80 ◦ green 115 ◦ blue 97

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

Shades of Como #507361

Tints of Como #507361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 27.4%
G = 39.38%
B = 33.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#507361 (or 0x507361) is known color: Como. HEX triplet: 50, 73 and 61. RGB value is (80,115,97). Sum of RGB (Red+Green+Blue) = 80+115+97=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #507361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507361 is #AF8C9E. Grayscale: #666666. Windows color (decimal): -11504799 or 6386512. OLE color: 6386512.

HSL color Cylindrical-coordinate representation of color #507361: hue angle of 149.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507361 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 97 -
CMYK 0.30 0 0.16 0.55
HSL 149.14º 0.18% 0.38% -
HSV(B) 149.14º 0.3% 0.45% -
XYZ 11.6 14.83 13.56 -
YUV 102.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 80 115 97 0.30 0 0.16 0.55 149.14 0.18 0.38
Hex 50 73 61 1E 0 10 37 95 12 26
Octal 120 163 141 36 0 20 67 225 22 46
Binary 1010000 1110011 1100001 11110 0 10000 110111 10010101 10010 100110

Color Harmonies of #507361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507361

Black with #507361

Text Example


Text Example

White with #507361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507361; }

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

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

background-color css

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

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

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

border-color css

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

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

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