Html Css Color HEX #507661 Como

📋 copy color: '#507661'

red 80 ◦ green 118 ◦ blue 97

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

Shades of Como #507661

Tints of Como #507661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 27.12%
G = 40%
B = 32.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#507661 (or 0x507661) is known color: Como. HEX triplet: 50, 76 and 61. RGB value is (80,118,97). Sum of RGB (Red+Green+Blue) = 80+118+97=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #507661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507661 is #AF899E. Grayscale: #686868. Windows color (decimal): -11504031 or 6387280. OLE color: 6387280.

HSL color Cylindrical-coordinate representation of color #507661: hue angle of 146.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507661 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 97 -
CMYK 0.32 0 0.18 0.54
HSL 146.84º 0.19% 0.39% -
HSV(B) 146.84º 0.32% 0.46% -
XYZ 11.94 15.53 13.68 -
YUV 104.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 80 118 97 0.32 0 0.18 0.54 146.84 0.19 0.39
Hex 50 76 61 20 0 12 36 93 13 27
Octal 120 166 141 40 0 22 66 223 23 47
Binary 1010000 1110110 1100001 100000 0 10010 110110 10010011 10011 100111

Color Harmonies of #507661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507661

Black with #507661

Text Example


Text Example

White with #507661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507661; }

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

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

background-color css

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

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

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

border-color css

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

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

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