#507360

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

Shades of Como #507360

Tints of Como #507360

Color information

#507360 (or 0x507360) is unknown color: approx Como. HEX triplet: 50, 73 and 60. RGB value is (80,115,96). Sum of RGB (Red+Green+Blue) = 80+115+96=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #507360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507360 is #AF8C9F. Grayscale: #666666. Windows color (decimal): -11504800 or 6320976. OLE color: 6320976.

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

Color convert

RGB8011596-
CMYK0.3000.170.55
HSL147.43º17.95%38.24%-
HSV(B)147.43º30.43%45.1%-
XYZ11.5514.8113.32-
YUV102.37124.4112.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=27.49%
G=39.52%
B=32.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115960.3000.170.55147.4317.9538.24
Hex5073601E01137931226
Octal12016314036021672232246
Binary101000011100111100000111100100011101111001001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507360; }

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

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

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

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

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

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

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

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