#507263

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

Shades of Como #507263

Tints of Como #507263

Color information

#507263 (or 0x507263) is unknown color: approx Como. HEX triplet: 50, 72 and 63. RGB value is (80,114,99). Sum of RGB (Red+Green+Blue) = 80+114+99=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #507263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507263 is #AF8D9C. Grayscale: #666666. Windows color (decimal): -11505053 or 6517328. OLE color: 6517328.

HSL color Cylindrical-coordinate representation of color #507263: hue angle of 153.53º 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 #507263 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB8011499-
CMYK0.3000.130.55
HSL153.53º17.53%38.04%-
HSV(B)153.53º29.82%44.71%-
XYZ11.5814.6414.02-
YUV102.12126.24112.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=27.30%
G=38.91%
B=33.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114990.3000.130.55153.5317.5338.04
Hex5072631E0D379a1226
Octal12016214336015672322246
Binary10100001110010110001111110011011101111001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507263; }

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

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

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

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

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

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

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

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