Html Css Color HEX #507364 Como

📋 copy color: '#507364'

red 80 ◦ green 115 ◦ blue 100

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

Shades of Como #507364

Tints of Como #507364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 27.12%
G = 38.98%
B = 33.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#507364 (or 0x507364) is known color: Como. HEX triplet: 50, 73 and 64. RGB value is (80,115,100). Sum of RGB (Red+Green+Blue) = 80+115+100=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #507364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507364 is #AF8C9B. Grayscale: #666666. Windows color (decimal): -11504796 or 6583120. OLE color: 6583120.

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

Color convert

RGB 80 115 100 -
CMYK 0.30 0 0.13 0.55
HSL 154.29º 0.18% 0.38% -
HSV(B) 154.29º 0.3% 0.45% -
XYZ 11.74 14.89 14.31 -
YUV 102.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 80 115 100 0.30 0 0.13 0.55 154.29 0.18 0.38
Hex 50 73 64 1E 0 D 37 9A 12 26
Octal 120 163 144 36 0 15 67 232 22 46
Binary 1010000 1110011 1100100 11110 0 1101 110111 10011010 10010 100110

Color Harmonies of #507364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507364

Black with #507364

Text Example


Text Example

White with #507364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507364; }

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

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

background-color css

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

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

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

border-color css

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

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

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