Html Css Color HEX #507261 Como

📋 copy color: '#507261'

red 80 ◦ green 114 ◦ blue 97

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

Shades of Como #507261

Tints of Como #507261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 27.49%
G = 39.18%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#507261 (or 0x507261) is known color: Como. HEX triplet: 50, 72 and 61. RGB value is (80,114,97). Sum of RGB (Red+Green+Blue) = 80+114+97=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #507261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507261 is #AF8D9E. Grayscale: #656565. Windows color (decimal): -11505055 or 6386256. OLE color: 6386256.

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

Color convert

RGB 80 114 97 -
CMYK 0.30 0 0.15 0.55
HSL 150º 0.18% 0.38% -
HSV(B) 150º 0.3% 0.45% -
XYZ 11.48 14.6 13.52 -
YUV 101.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 80 114 97 0.30 0 0.15 0.55 150 0.18 0.38
Hex 50 72 61 1E 0 F 37 96 12 26
Octal 120 162 141 36 0 17 67 226 22 46
Binary 1010000 1110010 1100001 11110 0 1111 110111 10010110 10010 100110

Color Harmonies of #507261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507261

Black with #507261

Text Example


Text Example

White with #507261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507261; }

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

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

background-color css

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

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

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

border-color css

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

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

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