Html Css Color HEX #507F5A Como

📋 copy color: '#507F5A'

red 80 ◦ green 127 ◦ blue 90

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

Shades of Como #507F5A

Tints of Como #507F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 42.76%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 26.94%
G = 42.76%
B = 30.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#507F5A (or 0x507F5A) is known color: Como. HEX triplet: 50, 7F and 5A. RGB value is (80,127,90). Sum of RGB (Red+Green+Blue) = 80+127+90=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #507F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F5A is #AF80A5. Grayscale: #6C6C6C. Windows color (decimal): -11501734 or 5930832. OLE color: 5930832.

HSL color Cylindrical-coordinate representation of color #507F5A: hue angle of 132.77º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F5A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 90 -
CMYK 0.37 0 0.29 0.50
HSL 132.77º 0.23% 0.41% -
HSV(B) 132.77º 0.37% 0.5% -
XYZ 12.74 17.62 12.4 -
YUV 108.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 80 127 90 0.37 0 0.29 0.50 132.77 0.23 0.41
Hex 50 7F 5A 25 0 1D 32 85 17 29
Octal 120 177 132 45 0 35 62 205 27 51
Binary 1010000 1111111 1011010 100101 0 11101 110010 10000101 10111 101001

Color Harmonies of #507F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F5A

Black with #507F5A

Text Example


Text Example

White with #507F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,90); }

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

background-color css

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

 a { background-color: rgb(80,127,90); }

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

border-color css

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

 span { border-color: rgb(80,127,90); }

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