#507B5C

Color #507B5C Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #507B5C

Tints of Como #507B5C

Color information

#507B5C (or 0x507B5C) is unknown color: approx Como. HEX triplet: 50, 7B and 5C. RGB value is (80,123,92). Sum of RGB (Red+Green+Blue) = 80+123+92=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #507B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B5C is #AF84A3. Grayscale: #6A6A6A. Windows color (decimal): -11502756 or 6060880. OLE color: 6060880.

HSL color Cylindrical-coordinate representation of color #507B5C: hue angle of 136.74º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507B5C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB8012392-
CMYK0.3500.250.52
HSL136.74º21.18%39.8%-
HSV(B)136.74º34.96%48.24%-
XYZ12.3216.6412.69-
YUV106.61119.75109.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=27.12%
G=41.69%
B=31.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123920.3500.250.52136.7421.1839.8
Hex507B5C2301934891528
Octal12017313443031642112550
Binary1010000111101110111001000110110011101001000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #507B5C;
 }
 .AnyTagClassName
 {
   color: #507B5C;
 }
</style>
background-color css

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

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

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

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

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

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