#507B5A

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

Shades of Como #507B5A

Tints of Como #507B5A

Color information

#507B5A (or 0x507B5A) is unknown color: approx Como. HEX triplet: 50, 7B and 5A. RGB value is (80,123,90). Sum of RGB (Red+Green+Blue) = 80+123+90=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #507B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B5A is #AF84A5. Grayscale: #6A6A6A. Windows color (decimal): -11502758 or 5929808. OLE color: 5929808.

HSL color Cylindrical-coordinate representation of color #507B5A: hue angle of 133.95º 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 #507B5A is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB8012390-
CMYK0.3500.270.52
HSL133.95º21.18%39.8%-
HSV(B)133.95º34.96%48.24%-
XYZ12.2416.6112.23-
YUV106.38118.75109.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=27.30%
G=41.98%
B=30.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123900.3500.270.52133.9521.1839.8
Hex507B5A2301B34861528
Octal12017313243033642062550
Binary1010000111101110110101000110110111101001000011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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