Html Css Color HEX #507461 Como

📋 copy color: '#507461'

red 80 ◦ green 116 ◦ blue 97

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

Shades of Como #507461

Tints of Como #507461

RGB

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

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

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

R = 27.3%
G = 39.59%
B = 33.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#507461 (or 0x507461) is known color: Como. HEX triplet: 50, 74 and 61. RGB value is (80,116,97). Sum of RGB (Red+Green+Blue) = 80+116+97=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #507461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507461 is #AF8B9E. Grayscale: #676767. Windows color (decimal): -11504543 or 6386768. OLE color: 6386768.

HSL color Cylindrical-coordinate representation of color #507461: hue angle of 148.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 #507461 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 97 -
CMYK 0.31 0 0.16 0.55
HSL 148.33º 0.18% 0.38% -
HSV(B) 148.33º 0.31% 0.45% -
XYZ 11.71 15.06 13.6 -
YUV 103.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 80 116 97 0.31 0 0.16 0.55 148.33 0.18 0.38
Hex 50 74 61 1F 0 10 37 94 12 26
Octal 120 164 141 37 0 20 67 224 22 46
Binary 1010000 1110100 1100001 11111 0 10000 110111 10010100 10010 100110

Color Harmonies of #507461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507461

Black with #507461

Text Example


Text Example

White with #507461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507461; }

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

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

background-color css

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

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

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

border-color css

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

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

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