Html Css Color HEX #507D5C Como

📋 copy color: '#507D5C'

red 80 ◦ green 125 ◦ blue 92

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

Shades of Como #507D5C

Tints of Como #507D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

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

R = 26.94%
G = 42.09%
B = 30.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#507D5C (or 0x507D5C) is known color: Como. HEX triplet: 50, 7D and 5C. RGB value is (80,125,92). Sum of RGB (Red+Green+Blue) = 80+125+92=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #507D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D5C is #AF82A3. Grayscale: #6B6B6B. Windows color (decimal): -11502244 or 6061392. OLE color: 6061392.

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

Color convert

RGB 80 125 92 -
CMYK 0.36 0 0.26 0.51
HSL 136º 0.22% 0.4% -
HSV(B) 136º 0.36% 0.49% -
XYZ 12.57 17.15 12.77 -
YUV 107.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 80 125 92 0.36 0 0.26 0.51 136 0.22 0.4
Hex 50 7D 5C 24 0 1A 33 88 16 28
Octal 120 175 134 44 0 32 63 210 26 50
Binary 1010000 1111101 1011100 100100 0 11010 110011 10001000 10110 101000

Color Harmonies of #507D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507D5C

Black with #507D5C

Text Example


Text Example

White with #507D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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