Html Css Color HEX #507464 Como

📋 copy color: '#507464'

red 80 ◦ green 116 ◦ blue 100

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

Shades of Como #507464

Tints of Como #507464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 27.03%
G = 39.19%
B = 33.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#507464 (or 0x507464) is known color: Como. HEX triplet: 50, 74 and 64. RGB value is (80,116,100). Sum of RGB (Red+Green+Blue) = 80+116+100=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #507464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507464 is #AF8B9B. Grayscale: #676767. Windows color (decimal): -11504540 or 6583376. OLE color: 6583376.

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

Color convert

RGB 80 116 100 -
CMYK 0.31 0 0.14 0.55
HSL 153.33º 0.18% 0.38% -
HSV(B) 153.33º 0.31% 0.45% -
XYZ 11.85 15.12 14.35 -
YUV 103.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 80 116 100 0.31 0 0.14 0.55 153.33 0.18 0.38
Hex 50 74 64 1F 0 E 37 99 12 26
Octal 120 164 144 37 0 16 67 231 22 46
Binary 1010000 1110100 1100100 11111 0 1110 110111 10011001 10010 100110

Color Harmonies of #507464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507464

Black with #507464

Text Example


Text Example

White with #507464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507464; }

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

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

background-color css

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

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

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

border-color css

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

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

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