Html Css Color HEX #507363 Como

📋 copy color: '#507363'

red 80 ◦ green 115 ◦ blue 99

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

Shades of Como #507363

Tints of Como #507363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 27.21%
G = 39.12%
B = 33.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#507363 (or 0x507363) is known color: Como. HEX triplet: 50, 73 and 63. RGB value is (80,115,99). Sum of RGB (Red+Green+Blue) = 80+115+99=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #507363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507363 is #AF8C9C. Grayscale: #666666. Windows color (decimal): -11504797 or 6517584. OLE color: 6517584.

HSL color Cylindrical-coordinate representation of color #507363: hue angle of 152.57º 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 #507363 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 99 -
CMYK 0.30 0 0.14 0.55
HSL 152.57º 0.18% 0.38% -
HSV(B) 152.57º 0.3% 0.45% -
XYZ 11.69 14.87 14.06 -
YUV 102.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 80 115 99 0.30 0 0.14 0.55 152.57 0.18 0.38
Hex 50 73 63 1E 0 E 37 99 12 26
Octal 120 163 143 36 0 16 67 231 22 46
Binary 1010000 1110011 1100011 11110 0 1110 110111 10011001 10010 100110

Color Harmonies of #507363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507363

Black with #507363

Text Example


Text Example

White with #507363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507363; }

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

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

background-color css

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

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

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

border-color css

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

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

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