#507C65

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

Shades of Como #507C65

Tints of Como #507C65

Color information

#507C65 (or 0x507C65) is unknown color: approx Como. HEX triplet: 50, 7C and 65. RGB value is (80,124,101). Sum of RGB (Red+Green+Blue) = 80+124+101=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #507C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C65 is #AF839A. Grayscale: #6C6C6C. Windows color (decimal): -11502491 or 6650960. OLE color: 6650960.

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

Color convert

RGB80124101-
CMYK0.3500.190.51
HSL148.64º21.57%40%-
HSV(B)148.64º35.48%48.63%-
XYZ12.8617.0614.93-
YUV108.22123.92107.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=26.23%
G=40.66%
B=33.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801241010.3500.190.51148.6421.5740
Hex507C652301333951628
Octal12017414543023632252650
Binary1010000111110011001011000110100111100111001010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,101); }

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

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

 a { background-color: rgb(80,124,101); }

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

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

 span { border-color: rgb(80,124,101); }

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