Html Css Color HEX #507F5C Como

📋 copy color: '#507F5C'

red 80 ◦ green 127 ◦ blue 92

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

Shades of Como #507F5C

Tints of Como #507F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 26.76%
G = 42.47%
B = 30.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#507F5C (or 0x507F5C) is known color: Como. HEX triplet: 50, 7F and 5C. RGB value is (80,127,92). Sum of RGB (Red+Green+Blue) = 80+127+92=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #507F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F5C is #AF80A3. Grayscale: #6D6D6D. Windows color (decimal): -11501732 or 6061904. OLE color: 6061904.

HSL color Cylindrical-coordinate representation of color #507F5C: hue angle of 135.32º 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 #507F5C is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 92 -
CMYK 0.37 0 0.28 0.50
HSL 135.32º 0.23% 0.41% -
HSV(B) 135.32º 0.37% 0.5% -
XYZ 12.83 17.66 12.86 -
YUV 108.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 80 127 92 0.37 0 0.28 0.50 135.32 0.23 0.41
Hex 50 7F 5C 25 0 1C 32 87 17 29
Octal 120 177 134 45 0 34 62 207 27 51
Binary 1010000 1111111 1011100 100101 0 11100 110010 10000111 10111 101001

Color Harmonies of #507F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F5C

Black with #507F5C

Text Example


Text Example

White with #507F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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