#507264

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

Shades of Como #507264

Tints of Como #507264

Color information

#507264 (or 0x507264) is unknown color: approx Como. HEX triplet: 50, 72 and 64. RGB value is (80,114,100). Sum of RGB (Red+Green+Blue) = 80+114+100=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #507264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507264 is #AF8D9B. Grayscale: #666666. Windows color (decimal): -11505052 or 6582864. OLE color: 6582864.

HSL color Cylindrical-coordinate representation of color #507264: hue angle of 155.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507264 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB80114100-
CMYK0.3000.120.55
HSL155.29º17.53%38.04%-
HSV(B)155.29º29.82%44.71%-
XYZ11.6314.6614.27-
YUV102.24126.74112.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=27.21%
G=38.78%
B=34.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141000.3000.120.55155.2917.5338.04
Hex5072641E0C379b1226
Octal12016214436014672332246
Binary10100001110010110010011110011001101111001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507264; }

 p { color: rgb(80,114,100); }

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

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

 a { background-color: rgb(80,114,100); }

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

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

 span { border-color: rgb(80,114,100); }

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