Html Css Color HEX #507E5F Como

📋 copy color: '#507E5F'

red 80 ◦ green 126 ◦ blue 95

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

Shades of Como #507E5F

Tints of Como #507E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.86%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 26.58%
G = 41.86%
B = 31.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#507E5F (or 0x507E5F) is known color: Como. HEX triplet: 50, 7E and 5F. RGB value is (80,126,95). Sum of RGB (Red+Green+Blue) = 80+126+95=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #507E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E5F is #AF81A0. Grayscale: #6C6C6C. Windows color (decimal): -11501985 or 6258256. OLE color: 6258256.

HSL color Cylindrical-coordinate representation of color #507E5F: hue angle of 139.57º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E5F is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 95 -
CMYK 0.37 0 0.25 0.51
HSL 139.57º 0.22% 0.4% -
HSV(B) 139.57º 0.37% 0.49% -
XYZ 12.83 17.45 13.52 -
YUV 108.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 80 126 95 0.37 0 0.25 0.51 139.57 0.22 0.4
Hex 50 7E 5F 25 0 19 33 8C 16 28
Octal 120 176 137 45 0 31 63 214 26 50
Binary 1010000 1111110 1011111 100101 0 11001 110011 10001100 10110 101000

Color Harmonies of #507E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E5F

Black with #507E5F

Text Example


Text Example

White with #507E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507E5F; }

 p { color: rgb(80,126,95); }

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

background-color css

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

 a { background-color: rgb(80,126,95); }

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

border-color css

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

 span { border-color: rgb(80,126,95); }

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