Html Css Color HEX #507561 Como

📋 copy color: '#507561'

red 80 ◦ green 117 ◦ blue 97

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

Shades of Como #507561

Tints of Como #507561

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 27.21%
G = 39.8%
B = 32.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#507561 (or 0x507561) is known color: Como. HEX triplet: 50, 75 and 61. RGB value is (80,117,97). Sum of RGB (Red+Green+Blue) = 80+117+97=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #507561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507561 is #AF8A9E. Grayscale: #676767. Windows color (decimal): -11504287 or 6387024. OLE color: 6387024.

HSL color Cylindrical-coordinate representation of color #507561: hue angle of 147.57º 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 #507561 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 97 -
CMYK 0.32 0 0.17 0.54
HSL 147.57º 0.19% 0.39% -
HSV(B) 147.57º 0.32% 0.46% -
XYZ 11.83 15.29 13.64 -
YUV 103.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 80 117 97 0.32 0 0.17 0.54 147.57 0.19 0.39
Hex 50 75 61 20 0 11 36 94 13 27
Octal 120 165 141 40 0 21 66 224 23 47
Binary 1010000 1110101 1100001 100000 0 10001 110110 10010100 10011 100111

Color Harmonies of #507561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507561

Black with #507561

Text Example


Text Example

White with #507561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507561; }

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

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

background-color css

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

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

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

border-color css

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

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

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