#507362

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

Shades of Como #507362

Tints of Como #507362

Color information

#507362 (or 0x507362) is unknown color: approx Como. HEX triplet: 50, 73 and 62. RGB value is (80,115,98). Sum of RGB (Red+Green+Blue) = 80+115+98=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #507362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507362 is #AF8C9D. Grayscale: #666666. Windows color (decimal): -11504798 or 6452048. OLE color: 6452048.

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

Color convert

RGB8011598-
CMYK0.3000.150.55
HSL150.86º17.95%38.24%-
HSV(B)150.86º30.43%45.1%-
XYZ11.6414.8513.81-
YUV102.6125.4111.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=27.30%
G=39.25%
B=33.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115980.3000.150.55150.8617.9538.24
Hex5073621E0F37971226
Octal12016314236017672272246
Binary10100001110011110001011110011111101111001011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507362; }

 p { color: rgb(80,115,98); }

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

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

 a { background-color: rgb(80,115,98); }

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

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

 span { border-color: rgb(80,115,98); }

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